comparison src/version.c @ 4549:849180347ac3 v7.3.1022

updated for version 7.3.1022 Problem: Compiler warning for shadowed variable. (John Little) Solution: Move declaration, rename variables.
author Bram Moolenaar <bram@vim.org>
date Sun, 26 May 2013 14:54:12 +0200
parents fc997f05cbc7
children f0c37f5cf4ea
comparison
equal deleted inserted replaced
4548:f070418bd2ce 4549:849180347ac3
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 1022,
731 /**/ 733 /**/
732 1021, 734 1021,
733 /**/ 735 /**/
734 1020, 736 1020,
735 /**/ 737 /**/