comparison src/version.c @ 8104:1a03abdc4234 v7.4.1346

commit https://github.com/vim/vim/commit/a1e24b9bc9123ff6dd23e3cac2287a4411ef5572 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 18 20:18:09 2016 +0100 patch 7.4.1346 Problem: Compiler warnings in build with -O2. Solution: Add inintializations.
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Feb 2016 20:30:04 +0100
parents 441298d72f3c
children 58505cbea7e5
comparison
equal deleted inserted replaced
8103:7f88d25da8ac 8104:1a03abdc4234
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1346,
750 /**/ 752 /**/
751 1345, 753 1345,
752 /**/ 754 /**/
753 1344, 755 1344,
754 /**/ 756 /**/