forked from aniani/vim
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:
@@ -71,6 +71,9 @@
|
||||
# define PERLIO_FUNCS_CAST(funcs) (funcs)
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user