1
0
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:
Bram Moolenaar
2013-12-11 17:20:19 +01:00
parent 4ffa07081f
commit fcf94d3990
2 changed files with 5 additions and 1 deletions

View File

@@ -27,7 +27,9 @@
/* Work around for perl-5.18.
* Don't include "perl\lib\CORE\inline.h" for now,
* include it after Perl_sv_free2 is defined. */
#define PERL_NO_INLINE_FUNCTIONS
#ifdef DYNAMIC_PERL
# define PERL_NO_INLINE_FUNCTIONS
#endif
/*
* Prevent including winsock.h. perl.h tries to detect whether winsock.h is