comparison src/version.c @ 7216:310925215e17 v7.4.917

commit https://github.com/vim/vim/commit/1be2ed6c11671eabefa0fc8600fd2af6cd3963e8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 10 19:11:58 2015 +0100 patch 7.4.917 Problem: Compiler warning for comparing signed and unsigned. Solution: Add a type cast.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Nov 2015 19:15:05 +0100
parents e036defe034e
children 36dc8df8560f
comparison
equal deleted inserted replaced
7215:a22e3bf151ca 7216:310925215e17
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 917,
744 /**/ 746 /**/
745 916, 747 916,
746 /**/ 748 /**/
747 915, 749 915,
748 /**/ 750 /**/