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