forked from aniani/vim
updated for version 7.4.120
Problem: Can't build with Perl 5.18 on Linux. (Lcd 47) Solution: Add #ifdef. (Ken Takata)
This commit is contained in:
@@ -27,7 +27,9 @@
|
|||||||
/* Work around for perl-5.18.
|
/* Work around for perl-5.18.
|
||||||
* Don't include "perl\lib\CORE\inline.h" for now,
|
* Don't include "perl\lib\CORE\inline.h" for now,
|
||||||
* include it after Perl_sv_free2 is defined. */
|
* include it after Perl_sv_free2 is defined. */
|
||||||
|
#ifdef DYNAMIC_PERL
|
||||||
# define PERL_NO_INLINE_FUNCTIONS
|
# define PERL_NO_INLINE_FUNCTIONS
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Prevent including winsock.h. perl.h tries to detect whether winsock.h is
|
* Prevent including winsock.h. perl.h tries to detect whether winsock.h is
|
||||||
|
@@ -738,6 +738,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 */
|
||||||
|
/**/
|
||||||
|
120,
|
||||||
/**/
|
/**/
|
||||||
119,
|
119,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user