Suresh Govindachar wrote:
> Finally,
>
> Patch to account for two new symbols (Perl_sv_2iv_flags,
> Perl_newXS_flags) introduced in ActiveState perl for
> build 822 and later (these symbols were preventing the
> building of vim with dynamic support for perl).
>
> Has been tested with ActiveState perl build 822 and
> older build 810.
>
> Hope the format in which it is submitted can be deciphered.
Thanks for making this patch. Now I wonder what #if statements we
really need. I would not expect the new variables to be exclusive for
the ActiveState build. Perhaps it needs something similar to:
# if (PERL_REVISION == 5) && (PERL_VERSION >= 8)
--
hundred-and-one symptoms of being an internet addict:
270. You are subscribed to a mailing list for every piece of software
you use.
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---