diff src/version.c @ 11240:06307d812ca7 v8.0.0506

patch 8.0.0506: can't build with ANSI C commit https://github.com/vim/vim/commit/6c0c1e8052811a818739e2f3d543291b7a347ad0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 25 15:07:43 2017 +0100 patch 8.0.0506: can't build with ANSI C Problem: Can't build with ANSI C. Solution: Move declarations to start of block.
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Mar 2017 15:15:05 +0100
parents 5b524c2286ce
children 9612b93820a4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    506,
+/**/
     505,
 /**/
     504,