comparison 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
comparison
equal deleted inserted replaced
11495:2d448ff0efa2 11496:af0c969f7b3e
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 631,
767 /**/ 769 /**/
768 630, 770 630,
769 /**/ 771 /**/
770 629, 772 629,
771 /**/ 773 /**/