]> granicus.if.org Git - vim/commitdiff
patch 7.4.908 v7.4.908
authorBram Moolenaar <Bram@vim.org>
Mon, 2 Nov 2015 16:35:43 +0000 (17:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 2 Nov 2015 16:35:43 +0000 (17:35 +0100)
Problem:    Build error with MingW compiler. (Cesar Romani)
Solution:   Change #if into #ifdef.

src/if_perl.xs
src/version.c

index 19292b384b847f5bf127c178cf702936e8f35763..b429b4756affdb8dfce687d70598a48df605a26b 100644 (file)
@@ -611,7 +611,7 @@ perl_runtime_link_init(char *libname, int verbose)
 perl_enabled(verbose)
     int                verbose;
 {
-#if WIN3264
+#ifdef WIN3264
     char *dll = DYNAMIC_PERL_DLL;
 #else
     char *dll = *p_perldll ? (char *)p_perldll : DYNAMIC_PERL_DLL;
index 9f5510975c06e9a9cdc45aff6ef9ab646a26a340..ade4e962bc8323d37a6cbebf4a7f19d7c16e91db 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    908,
 /**/
     907,
 /**/