]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.334 v7.3.334
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Oct 2011 12:11:45 +0000 (14:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Oct 2011 12:11:45 +0000 (14:11 +0200)
Problem:    Latest MingW about XSUBPP referencing itself. (Gongqian Li)
Solution:   Rename the first use to XSUBPPTRY.

src/Make_ming.mak
src/version.c

index 5867696ae9dcd6b800a33b1473c4f8699936196a..bacdb04c7d083285b1fc8fe00c101eb502acdcb1 100644 (file)
@@ -108,10 +108,10 @@ endif
 # on NT, it's here:
 PERLLIB=$(PERL)/lib
 PERLLIBS=$(PERLLIB)/Core
-XSUBPP=$(PERLLIB)/ExtUtils/xsubpp
-XSUBPP_EXISTS=$(shell perl -e "print 1 unless -e '$(XSUBPP)'")
+XSUBPPTRY=$(PERLLIB)/ExtUtils/xsubpp
+XSUBPP_EXISTS=$(shell perl -e "print 1 unless -e '$(XSUBPPTRY)'")
 ifeq "$(XSUBPP_EXISTS)" ""
-XSUBPP=perl $(XSUBPP)
+XSUBPP=perl $(XSUBPPTRY)
 else
 XSUBPP=xsubpp
 endif
index c9d6e24f47b86fcb545a0b95495e242de89626d1..f63a90888b2372d88ce51460aeca687bfb5c2f6f 100644 (file)
@@ -709,6 +709,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    334,
 /**/
     333,
 /**/