comparison src/version.c @ 9410:5a095f9e77ed v7.4.1986

commit https://github.com/vim/vim/commit/fef524bbff9aa186838c35212b2f89f61d627cf8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 2 22:07:22 2016 +0200 patch 7.4.1986 Problem: Compiler warns for loss of data. Solution: Use size_t instead of int. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Jul 2016 22:15:05 +0200
parents 6814811b90d5
children 80333fcbaddf
comparison
equal deleted inserted replaced
9409:70a2b46d8c90 9410:5a095f9e77ed
756 NULL 756 NULL
757 }; 757 };
758 758
759 static int included_patches[] = 759 static int included_patches[] =
760 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 1986,
761 /**/ 763 /**/
762 1985, 764 1985,
763 /**/ 765 /**/
764 1984, 766 1984,
765 /**/ 767 /**/