comparison src/version.c @ 6508:e1874a4524f8 v7.4.581

updated for version 7.4.581 Problem: Compiler warnings for unitinialized variables. (John Little) Solution: Initialize the variables.
author Bram Moolenaar <bram@vim.org>
date Sun, 18 Jan 2015 14:08:56 +0100
parents a5a6f1467b1e
children dfd593d81818
comparison
equal deleted inserted replaced
6507:2bf1d3dc0467 6508:e1874a4524f8
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 581,
744 /**/ 746 /**/
745 580, 747 580,
746 /**/ 748 /**/
747 579, 749 579,
748 /**/ 750 /**/