From 55aa2f7616b6efd425873c2c32cc3d075dc23f1a Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Aug 17 2006 11:58:31 +0000 Subject: - Patchlevel 59 --- diff --git a/7.0.059 b/7.0.059 new file mode 100644 index 0000000..8d67675 --- /dev/null +++ b/7.0.059 @@ -0,0 +1,55 @@ +To: vim-dev@vim.org +Subject: Patch 7.0.059 +Fcc: outbox +From: Bram Moolenaar +Mime-Version: 1.0 +Content-Type: text/plain; charset=ISO-8859-1 +Content-Transfer-Encoding: 8bit +------------ + +Patch 7.0.059 +Problem: The Perl interface doesn't compile with ActiveState Perl 5.8.8. +Solution: Remove the __attribute__() items. (Edward L. Fox) +Files: src/if_perl.xs + + +*** ../vim-7.0.058/src/if_perl.xs Fri Aug 11 22:56:44 2006 +--- src/if_perl.xs Wed Aug 16 14:45:15 2006 +*************** +*** 155,162 **** + static int (*perl_run)(PerlInterpreter*); + static int (*perl_parse)(PerlInterpreter*, XSINIT_t, int, char**, char**); + static void* (*Perl_get_context)(void); +! static void (*Perl_croak)(pTHX_ const char*, ...) __attribute__((noreturn)); +! static void (*Perl_croak_nocontext)(const char*, ...) __attribute__((noreturn)); + static I32 (*Perl_dowantarray)(pTHX); + static void (*Perl_free_tmps)(pTHX); + static HV* (*Perl_gv_stashpv)(pTHX_ const char*, I32); +--- 155,162 ---- + static int (*perl_run)(PerlInterpreter*); + static int (*perl_parse)(PerlInterpreter*, XSINIT_t, int, char**, char**); + static void* (*Perl_get_context)(void); +! static void (*Perl_croak)(pTHX_ const char*, ...); +! static void (*Perl_croak_nocontext)(const char*, ...); + static I32 (*Perl_dowantarray)(pTHX); + static void (*Perl_free_tmps)(pTHX); + static HV* (*Perl_gv_stashpv)(pTHX_ const char*, I32); +*** ../vim-7.0.058/src/version.c Wed Aug 16 18:05:36 2006 +--- src/version.c Wed Aug 16 18:18:35 2006 +*************** +*** 668,669 **** +--- 668,671 ---- + { /* Add new patch number below this line */ ++ /**/ ++ 59, + /**/ + +-- +hundred-and-one symptoms of being an internet addict: +163. You go outside for the fresh air (at -30 degrees) but open the + window first to hear new mail arrive. + + /// Bram Moolenaar -- Bram@Moolenaar.net -- 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 ///