]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.314 v7.3.314
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Sep 2011 17:01:42 +0000 (19:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Sep 2011 17:01:42 +0000 (19:01 +0200)
Problem:    Missing parenthesis.
Solution:   Add it. (Benjamin R. Haskell)

src/Make_mvc.mak
src/version.c

index e3aba828c9b318e6449d71893f96885677eeb944..b103bdd8c47df0d0e8dc15981e601949d39a2db6 100644 (file)
@@ -785,7 +785,7 @@ PERL_EXE = $(PERL)\Bin$(PERL_ARCH)\perl
 PERL_INC = /I $(PERL_INCDIR)
 PERL_OBJ = $(OUTDIR)\if_perl.obj $(OUTDIR)\if_perlsfio.obj
 XSUBPP = $(PERL)\lib\ExtUtils\xsubpp
-!if exist($(XSUBPP)
+!if exist($(XSUBPP))
 XSUBPP = $(PERL_EXE) $(XSUBPP)
 !else
 XSUBPP = xsubpp
index 54f8422599703f28136b1ab6cd093cc04912295b..a51c34f61998ce7ccaadd93497ea4c4b688d86d2 100644 (file)
@@ -709,6 +709,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    314,
 /**/
     313,
 /**/