commit | fa4161cb0c266378012d3fde0eca56da8739528d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 10 15:46:23 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 10 15:46:23 2017 +0200 |
tree | e88254924ad473cc73f9dde6b8790d117366d8a8 | |
parent | f84b122a99da75741ae686fabb6f81b8b4755998 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5bebc54..8f59546 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 631, +/**/ 630, /**/ 629,