comparison src/version.c @ 8481:8924d7adbc22 v7.4.1531

commit https://github.com/vim/vim/commit/40e8cb292c36f5057628e570591e8917ac1ca121 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 10 21:10:58 2016 +0100 patch 7.4.1531 Problem: Compiler warning for unitinialized variable. (Dominique Pelle) Solution: Always give the variable a value.
author Christian Brabandt <cb@256bit.org>
date Thu, 10 Mar 2016 21:15:13 +0100
parents 9f63e4506c40
children 7376d36395f0
comparison
equal deleted inserted replaced
8480:70fabc40d228 8481:8924d7adbc22
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1531,
746 /**/ 748 /**/
747 1530, 749 1530,
748 /**/ 750 /**/
749 1529, 751 1529,
750 /**/ 752 /**/