0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.3.314

Problem:    Missing parenthesis.
Solution:   Add it. (Benjamin R. Haskell)
This commit is contained in:
Bram Moolenaar
2011-09-14 19:01:42 +02:00
parent 314ed4b21a
commit 52f8317926
2 changed files with 3 additions and 1 deletions

View 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