Skip to content

Commit 38f22f9

Browse files
committed
updated for version 7.3.314
Problem: Missing parenthesis. Solution: Add it. (Benjamin R. Haskell)
1 parent 49ee1c0 commit 38f22f9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Make_mvc.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ PERL_EXE = $(PERL)\Bin$(PERL_ARCH)\perl
785785
PERL_INC = /I $(PERL_INCDIR)
786786
PERL_OBJ = $(OUTDIR)\if_perl.obj $(OUTDIR)\if_perlsfio.obj
787787
XSUBPP = $(PERL)\lib\ExtUtils\xsubpp
788-
!if exist($(XSUBPP)
788+
!if exist($(XSUBPP))
789789
XSUBPP = $(PERL_EXE) $(XSUBPP)
790790
!else
791791
XSUBPP = xsubpp

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,8 @@ static char *(features[]) =
709709

710710
static int included_patches[] =
711711
{ /* Add new patch number below this line */
712+
/**/
713+
314,
712714
/**/
713715
313,
714716
/**/

0 commit comments

Comments
 (0)