commit | c4bc0e6542185b659d2a165b635f9561549071ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 13:54:49 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 13:54:49 2016 +0200 |
tree | bc38e137318e4873ab9d63e02e3988ecec1420f7 | |
parent | 864293abb72d62604d8d6b458addfb43c14230c3 [diff] [blame] |
patch 7.4.1872 Problem: Still build problem with old version of Perl. Solution: Also define SvREFCNT_inc_void_NN if needed. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 3340537..b87300a 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1872, +/**/ 1871, /**/ 1870,