diff src/version.c @ 13690:4034ddb84f01 v8.0.1717

patch 8.0.1717: C89 check causes too much trouble commit https://github.com/vim/vim/commit/3cba73423e5304ef7ccdb2280d65562d2f06f483 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 15 13:12:46 2018 +0200 patch 8.0.1717: C89 check causes too much trouble Problem: C89 check causes too much trouble. Solution: Remove enforcing C89 for now.
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Apr 2018 13:15:06 +0200
parents f07e48d6650b
children 2dd14253ad12
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1717,
+/**/
     1716,
 /**/
     1715,