Patch 7.4.1872
Problem: Still build problem with old version of Perl.
Solution: Also define SvREFCNT_inc_void_NN if needed. (Ken Takata)
Files: src/if_perl.xs
*** ../vim-7.4.1871/src/if_perl.xs 2016-06-02 11:54:01.420789753 +0200
--- src/if_perl.xs 2016-06-02 13:52:02.692692344 +0200
***************
*** 71,76 ****
--- 71,79 ----
# define PERLIO_FUNCS_CAST(funcs) (funcs)
# endif
#endif
+ #ifndef SvREFCNT_inc_void_NN
+ # define SvREFCNT_inc_void_NN SvREFCNT_inc
+ #endif
/*
* Work around clashes between Perl and Vim namespace. proto.h doesn't
*** ../vim-7.4.1871/src/version.c 2016-06-02 13:40:00.824702274 +0200
--- src/version.c 2016-06-02 13:52:54.188691636 +0200
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 1872,
/**/
--
hundred-and-one symptoms of being an internet addict:
34. You laugh at people with a 10 Mbit connection.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.