To: vim_dev@googlegroups.com Subject: Patch 7.4.1872 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1872 Problem: Still build problem with old version of Perl. Solution: Also define SvREFCNT_inc_void_NN if needed. (Tom G. Christensen) 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 -- Bram@Moolenaar.net -- 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 ///