comparison src/version.c @ 8453:fed4e19bd884 v7.4.1517

commit https://github.com/vim/vim/commit/367aabdbf76f7df00fd18e39d9378d1360a526ab Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 8 17:13:06 2016 +0100 patch 7.4.1517 Problem: Compiler warning with 64bit compiler. Solution: Add typecast. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Tue, 08 Mar 2016 17:15:05 +0100
parents c0b5c2b0a5ee
children d0717262d802
comparison
equal deleted inserted replaced
8452:cf7b34b211f6 8453:fed4e19bd884
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1517,
746 /**/ 748 /**/
747 1516, 749 1516,
748 /**/ 750 /**/
749 1515, 751 1515,
750 /**/ 752 /**/