comparison src/version.c @ 6759:b019669eee53 v7.4.701

patch 7.4.701 Problem: Compiler warning for using uninitialized variable. (Yasuhiro Matsumoto) Solution: Initialize it.
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Apr 2015 14:27:49 +0200
parents b85fcd9b858d
children 203888fa7192
comparison
equal deleted inserted replaced
6758:fddea8f64a51 6759:b019669eee53
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 701,
744 /**/ 746 /**/
745 700, 747 700,
746 /**/ 748 /**/
747 699, 749 699,
748 /**/ 750 /**/