comparison src/version.c @ 4819:8c4324e6f477 v7.3.1156

updated for version 7.3.1156 Problem: Compiler warnings. (dv1445) Solution: Initialize variables, even when the value isn't really used.
author Bram Moolenaar <bram@vim.org>
date Sun, 09 Jun 2013 20:51:00 +0200
parents bf1e6326df11
children 2f1ee97f5f23
comparison
equal deleted inserted replaced
4818:aa1849f38c65 4819:8c4324e6f477
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 1156,
731 /**/ 733 /**/
732 1155, 734 1155,
733 /**/ 735 /**/
734 1154, 736 1154,
735 /**/ 737 /**/