comparison src/version.c @ 9155:e4d7e6d1a0f1 v7.4.1861

commit https://github.com/vim/vim/commit/b055066a1daf12c349d6c575aff22ae4d999a157 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 31 21:37:36 2016 +0200 patch 7.4.1861 Problem: Compiler warnings with 64 bit compiler. Solution: Change int to size_t. (Mike William)
author Christian Brabandt <cb@256bit.org>
date Tue, 31 May 2016 21:45:05 +0200
parents c2fe86f2bda1
children e316b83892c1
comparison
equal deleted inserted replaced
9154:da5cc3ccf479 9155:e4d7e6d1a0f1
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1861,
756 /**/ 758 /**/
757 1860, 759 1860,
758 /**/ 760 /**/
759 1859, 761 1859,
760 /**/ 762 /**/