diff src/version.c @ 11496:af0c969f7b3e v8.0.0631

patch 8.0.0631: can't build with Perl 5.26 commit https://github.com/vim/vim/commit/fa4161cb0c266378012d3fde0eca56da8739528d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 10 15:46:23 2017 +0200 patch 8.0.0631: can't build with Perl 5.26 Problem: Perl 5.26 also needs S_TOPMARK and S_POPMARK defined. Solution: Define the functions when needed. (Jesin, closes https://github.com/vim/vim/issues/1748)
author Christian Brabandt <cb@256bit.org>
date Sat, 10 Jun 2017 16:00:03 +0200
parents 8e5ec22db3d8
children 370e833dcd4d
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 */
 /**/
+    631,
+/**/
     630,
 /**/
     629,