3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.120
3ef2ca
Fcc: outbox
3ef2ca
From: Bram Moolenaar <Bram@moolenaar.net>
3ef2ca
Mime-Version: 1.0
3ef2ca
Content-Type: text/plain; charset=UTF-8
3ef2ca
Content-Transfer-Encoding: 8bit
3ef2ca
------------
3ef2ca
3ef2ca
Patch 7.4.120 (after 7.4.117)
3ef2ca
Problem:    Can't build with Perl 5.18 on Linux. (Lcd 47)
3ef2ca
Solution:   Add #ifdef. (Ken Takata)
3ef2ca
Files:	    src/if_perl.xs
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.119/src/if_perl.xs	2013-12-11 15:06:36.000000000 +0100
3ef2ca
--- src/if_perl.xs	2013-12-11 17:17:43.000000000 +0100
3ef2ca
***************
3ef2ca
*** 27,33 ****
3ef2ca
  /* Work around for perl-5.18.
3ef2ca
   * Don't include "perl\lib\CORE\inline.h" for now,
3ef2ca
   * include it after Perl_sv_free2 is defined. */
3ef2ca
! #define PERL_NO_INLINE_FUNCTIONS
3ef2ca
  
3ef2ca
  /*
3ef2ca
   * Prevent including winsock.h.  perl.h tries to detect whether winsock.h is
3ef2ca
--- 27,35 ----
3ef2ca
  /* Work around for perl-5.18.
3ef2ca
   * Don't include "perl\lib\CORE\inline.h" for now,
3ef2ca
   * include it after Perl_sv_free2 is defined. */
3ef2ca
! #ifdef DYNAMIC_PERL
3ef2ca
! # define PERL_NO_INLINE_FUNCTIONS
3ef2ca
! #endif
3ef2ca
  
3ef2ca
  /*
3ef2ca
   * Prevent including winsock.h.  perl.h tries to detect whether winsock.h is
3ef2ca
*** ../vim-7.4.119/src/version.c	2013-12-11 17:12:32.000000000 +0100
3ef2ca
--- src/version.c	2013-12-11 17:19:34.000000000 +0100
3ef2ca
***************
3ef2ca
*** 740,741 ****
3ef2ca
--- 740,743 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     120,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
Just remember...if the world didn't suck, we'd all fall off.
3ef2ca
3ef2ca
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3ef2ca
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3ef2ca
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
3ef2ca
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///