comparison src/version.c @ 5828:17903ded5e9a v7.4.257

updated for version 7.4.257 Problem: Compiler warning, possibly for mismatch in parameter name. Solution: Rename the parameter in the declaration.
author Bram Moolenaar <bram@vim.org>
date Sat, 12 Apr 2014 12:26:36 +0200
parents afb542ea210c
children e8ffd1e6c8dc
comparison
equal deleted inserted replaced
5827:f8223dbea078 5828:17903ded5e9a
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 257,
737 /**/ 739 /**/
738 256, 740 256,
739 /**/ 741 /**/
740 255, 742 255,
741 /**/ 743 /**/