0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.1872

Problem:    Still build problem with old version of Perl.
Solution:   Also define SvREFCNT_inc_void_NN if needed. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2016-06-02 13:54:49 +02:00
parent 864293abb7
commit c4bc0e6542
2 changed files with 5 additions and 0 deletions

View File

@@ -71,6 +71,9 @@
# define PERLIO_FUNCS_CAST(funcs) (funcs) # define PERLIO_FUNCS_CAST(funcs) (funcs)
# endif # endif
#endif #endif
#ifndef SvREFCNT_inc_void_NN
# define SvREFCNT_inc_void_NN SvREFCNT_inc
#endif
/* /*
* Work around clashes between Perl and Vim namespace. proto.h doesn't * Work around clashes between Perl and Vim namespace. proto.h doesn't

View File

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