mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
updated for version 7.3.334
Problem: Latest MingW about XSUBPP referencing itself. (Gongqian Li) Solution: Rename the first use to XSUBPPTRY.
This commit is contained in:
parent
ca0c9fcda0
commit
08c51aabc4
@ -108,10 +108,10 @@ endif
|
|||||||
# on NT, it's here:
|
# on NT, it's here:
|
||||||
PERLLIB=$(PERL)/lib
|
PERLLIB=$(PERL)/lib
|
||||||
PERLLIBS=$(PERLLIB)/Core
|
PERLLIBS=$(PERLLIB)/Core
|
||||||
XSUBPP=$(PERLLIB)/ExtUtils/xsubpp
|
XSUBPPTRY=$(PERLLIB)/ExtUtils/xsubpp
|
||||||
XSUBPP_EXISTS=$(shell perl -e "print 1 unless -e '$(XSUBPP)'")
|
XSUBPP_EXISTS=$(shell perl -e "print 1 unless -e '$(XSUBPPTRY)'")
|
||||||
ifeq "$(XSUBPP_EXISTS)" ""
|
ifeq "$(XSUBPP_EXISTS)" ""
|
||||||
XSUBPP=perl $(XSUBPP)
|
XSUBPP=perl $(XSUBPPTRY)
|
||||||
else
|
else
|
||||||
XSUBPP=xsubpp
|
XSUBPP=xsubpp
|
||||||
endif
|
endif
|
||||||
|
@ -709,6 +709,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
334,
|
||||||
/**/
|
/**/
|
||||||
333,
|
333,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user