]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.127 v7.4.127
authorBram Moolenaar <Bram@vim.org>
Sat, 14 Dec 2013 10:46:08 +0000 (11:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 14 Dec 2013 10:46:08 +0000 (11:46 +0100)
Problem:    Perl 5.18 on Unix doesn't work.
Solution:   Move workaround to after including vim.h. (Ken Takata)

src/if_perl.xs
src/version.c

index 650aeb2af8a6fec3998c7c51664673dc4e7053a6..5a7514798b399484c2cbb669a412df00b973ccf2 100644 (file)
 # define _USE_32BIT_TIME_T
 #endif
 
-/* Work around for perl-5.18.
- * Don't include "perl\lib\CORE\inline.h" for now,
- * include it after Perl_sv_free2 is defined. */
-#ifdef DYNAMIC_PERL
-# define PERL_NO_INLINE_FUNCTIONS
-#endif
-
 /*
  * Prevent including winsock.h.  perl.h tries to detect whether winsock.h is
  * already included before including winsock2.h, because winsock2.h isn't
 
 #include "vim.h"
 
+/* Work around for perl-5.18.
+ * Don't include "perl\lib\CORE\inline.h" for now,
+ * include it after Perl_sv_free2 is defined. */
+#ifdef DYNAMIC_PERL
+# define PERL_NO_INLINE_FUNCTIONS
+#endif
+
 #include <EXTERN.h>
 #include <perl.h>
 #include <XSUB.h>
index 27771952804eb8184df2b4e0cf16ab161db287a0..936a79acf6cceab2baf5f3c0bfcd580b25508e16 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    127,
 /**/
     126,
 /**/