comparison src/version.c @ 8138:f52504c10387 v7.4.1363

commit https://github.com/vim/vim/commit/065bbac8adfe29a09958570237d223457f235c6c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 13:08:46 2016 +0100 patch 7.4.1363 Problem: Compiler warnings with tiny build. Solution: Add #ifdefs.
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 13:15:04 +0100
parents 9b2d25319c48
children 563c923b1584
comparison
equal deleted inserted replaced
8137:e5f3abc284b1 8138:f52504c10387
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 1363,
750 /**/ 752 /**/
751 1362, 753 1362,
752 /**/ 754 /**/
753 1361, 755 1361,
754 /**/ 756 /**/