1
0
forked from aniani/vim

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 #1748)
This commit is contained in:
Bram Moolenaar
2017-06-10 15:46:23 +02:00
parent f84b122a99
commit fa4161cb0c
2 changed files with 26 additions and 0 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
631,
/**/
630,
/**/