Yasuhiro Matsumoto wrote: > if_perl.xs contains global function prototype. But gcc 4.x make this occur > error. > > if_perl.c:1102:1: error: static declaration of 'XS_VIM_Msg' follows > non-static declaration > if_perl.xs:916:1: note: previous declaration of 'XS_VIM_Msg' was here > if_perl.c:1145:1: error: static declaration of 'XS_VIM_SetOption' follows > non-static declaration
[...] > Here is a patch to fix. Thanks. Does this also work for older version of the Perl library? -- hundred-and-one symptoms of being an internet addict: 177. You log off of your system because it's time to go to work. /// 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
