comparison src/version.c @ 8190:a8e7b8328cb4 v7.4.1388

commit https://github.com/vim/vim/commit/bdcd75275002c3b74015bb9bc0a01b13bb6107d4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 22 20:19:03 2016 +0100 patch 7.4.1388 Problem: Compiler warning. (Cesar Romani) Solution: Initialize variable.
author Christian Brabandt <cb@256bit.org>
date Mon, 22 Feb 2016 20:30:05 +0100
parents 9531717f0694
children fa2668601c7a
comparison
equal deleted inserted replaced
8189:77978f1699bc 8190:a8e7b8328cb4
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1388,
751 /**/ 753 /**/
752 1387, 754 1387,
753 /**/ 755 /**/
754 1386, 756 1386,
755 /**/ 757 /**/