changeset 3085:6ab1b45cc95e v7.3.314

updated for version 7.3.314 Problem: Missing parenthesis. Solution: Add it. (Benjamin R. Haskell)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Sep 2011 19:01:42 +0200
parents 90a728cea621
children 83590251fae1
files src/Make_mvc.mak src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -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
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    314,
+/**/
     313,
 /**/
     312,