RE: patch to if_perl.xs

2007-09-14 Fir de Conversatie Suresh Govindachar
The terser version looks OK to me. --Suresh --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Patch for if_perl.xs

2007-09-04 Fir de Conversatie Suresh Govindachar
Patch for if_perl.xs attached below. --Suresh *** vim7\src\if_perl.xs Tue Sep 04 17:12:39 2007 --- patched\if_perl.xsTue Sep 04 16:28:12 2007 *** *** 40,45 --- 40,67 #define PERL_SUBVERSION SUBVERSION #endif

Re: Patch for if_perl.xs

2007-09-04 Fir de Conversatie Tony Mechelynck
Suresh Govindachar wrote: Patch for if_perl.xs attached below. --Suresh *** vim7\src\if_perl.xs Tue Sep 04 17:12:39 2007 --- patched\if_perl.xs Tue Sep 04 16:28:12 2007 *** *** 40,45 --- 40,67 #define PERL_SUBVERSION SUBVERSION

Re: Patch for if_perl.xs

2007-09-04 Fir de Conversatie Tony Mechelynck
Suresh Govindachar wrote: Tony asked: Suresh Govindachar wrote: + #if (ACTIVEPERL_VERSION = 822) + # define PERL589_OR_LATER + #endif + #if (PERL_REVISION == 5) (PERL_VERSION == 8) (PERL_SUBVERSION = 9) + # define PERL589_OR_LATER + #endif + #if