comparison src/version.c @ 4649:9f502d8d5165 v7.3.1072

updated for version 7.3.1072 Problem: Compiler warning for unitialized variable. Solution: Initialize it.
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 17:49:24 +0200
parents 857f6c53f117
children f10f63aaec5c
comparison
equal deleted inserted replaced
4648:4db8db5195d7 4649:9f502d8d5165
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 1072,
731 /**/ 733 /**/
732 1071, 734 1071,
733 /**/ 735 /**/
734 1070, 736 1070,
735 /**/ 737 /**/