comparison src/version.c @ 4926:784e342ddcae v7.3.1208

updated for version 7.3.1208 Problem: Compiler warnings on MS-Windows. Solution: Add type cast. Move variable declaration. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Sun, 16 Jun 2013 16:01:25 +0200
parents 6ae32a64e153
children afb00cc8caac
comparison
equal deleted inserted replaced
4925:cf776f1374d3 4926:784e342ddcae
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1208,
731 /**/ 733 /**/
732 1207, 734 1207,
733 /**/ 735 /**/
734 1206, 736 1206,
735 /**/ 737 /**/