e33cf8e
To: vim_dev@googlegroups.com
e33cf8e
Subject: Patch 7.3.334
e33cf8e
Fcc: outbox
e33cf8e
From: Bram Moolenaar <Bram@moolenaar.net>
e33cf8e
Mime-Version: 1.0
e33cf8e
Content-Type: text/plain; charset=UTF-8
e33cf8e
Content-Transfer-Encoding: 8bit
e33cf8e
------------
e33cf8e
e33cf8e
Patch 7.3.334
e33cf8e
Problem:    Latest MingW about XSUBPP referencing itself. (Gongqian Li)
e33cf8e
Solution:   Rename the first use to XSUBPPTRY.
e33cf8e
Files:	    src/Make_ming.mak
e33cf8e
e33cf8e
e33cf8e
*** ../vim-7.3.333/src/Make_ming.mak	2011-09-30 16:56:00.000000000 +0200
e33cf8e
--- src/Make_ming.mak	2011-10-09 14:23:06.000000000 +0200
e33cf8e
***************
e33cf8e
*** 108,117 ****
e33cf8e
  # on NT, it's here:
e33cf8e
  PERLLIB=$(PERL)/lib
e33cf8e
  PERLLIBS=$(PERLLIB)/Core
e33cf8e
! XSUBPP=$(PERLLIB)/ExtUtils/xsubpp
e33cf8e
! XSUBPP_EXISTS=$(shell perl -e "print 1 unless -e '$(XSUBPP)'")
e33cf8e
  ifeq "$(XSUBPP_EXISTS)" ""
e33cf8e
! XSUBPP=perl $(XSUBPP)
e33cf8e
  else
e33cf8e
  XSUBPP=xsubpp
e33cf8e
  endif
e33cf8e
--- 108,117 ----
e33cf8e
  # on NT, it's here:
e33cf8e
  PERLLIB=$(PERL)/lib
e33cf8e
  PERLLIBS=$(PERLLIB)/Core
e33cf8e
! XSUBPPTRY=$(PERLLIB)/ExtUtils/xsubpp
e33cf8e
! XSUBPP_EXISTS=$(shell perl -e "print 1 unless -e '$(XSUBPPTRY)'")
e33cf8e
  ifeq "$(XSUBPP_EXISTS)" ""
e33cf8e
! XSUBPP=perl $(XSUBPPTRY)
e33cf8e
  else
e33cf8e
  XSUBPP=xsubpp
e33cf8e
  endif
e33cf8e
*** ../vim-7.3.333/src/version.c	2011-10-04 21:22:40.000000000 +0200
e33cf8e
--- src/version.c	2011-10-12 14:10:20.000000000 +0200
e33cf8e
***************
e33cf8e
*** 711,712 ****
e33cf8e
--- 711,714 ----
e33cf8e
  {   /* Add new patch number below this line */
e33cf8e
+ /**/
e33cf8e
+     334,
e33cf8e
  /**/
e33cf8e
e33cf8e
-- 
e33cf8e
Q: Should I clean my house or work on Vim?
e33cf8e
A: Whatever contains more bugs.
e33cf8e
e33cf8e
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
e33cf8e
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
e33cf8e
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
e33cf8e
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///