comparison src/version.c @ 6923:9a13e3910e3d v7.4.780

patch 7.4.780 Problem: Compiler complains about uninitialized variable and clobbered variables. Solution: Add Initialization. Make variables static.
author Bram Moolenaar <bram@vim.org>
date Sun, 12 Jul 2015 16:21:23 +0200
parents 1f78058351a6
children 30c9301f33ed
comparison
equal deleted inserted replaced
6922:681921dee50d 6923:9a13e3910e3d
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 780,
744 /**/ 746 /**/
745 779, 747 779,
746 /**/ 748 /**/
747 778, 749 778,
748 /**/ 750 /**/