]> git.pld-linux.org Git - packages/vim.git/blob - 7.0.059
- new
[packages/vim.git] / 7.0.059
1 To: vim-dev@vim.org
2 Subject: Patch 7.0.059
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.0.059
11 Problem:    The Perl interface doesn't compile with ActiveState Perl 5.8.8.
12 Solution:   Remove the __attribute__() items. (Edward L. Fox)
13 Files:      src/if_perl.xs
14
15
16 *** ../vim-7.0.058/src/if_perl.xs       Fri Aug 11 22:56:44 2006
17 --- src/if_perl.xs      Wed Aug 16 14:45:15 2006
18 ***************
19 *** 155,162 ****
20   static int (*perl_run)(PerlInterpreter*);
21   static int (*perl_parse)(PerlInterpreter*, XSINIT_t, int, char**, char**);
22   static void* (*Perl_get_context)(void);
23 ! static void (*Perl_croak)(pTHX_ const char*, ...) __attribute__((noreturn));
24 ! static void (*Perl_croak_nocontext)(const char*, ...) __attribute__((noreturn));
25   static I32 (*Perl_dowantarray)(pTHX);
26   static void (*Perl_free_tmps)(pTHX);
27   static HV* (*Perl_gv_stashpv)(pTHX_ const char*, I32);
28 --- 155,162 ----
29   static int (*perl_run)(PerlInterpreter*);
30   static int (*perl_parse)(PerlInterpreter*, XSINIT_t, int, char**, char**);
31   static void* (*Perl_get_context)(void);
32 ! static void (*Perl_croak)(pTHX_ const char*, ...);
33 ! static void (*Perl_croak_nocontext)(const char*, ...);
34   static I32 (*Perl_dowantarray)(pTHX);
35   static void (*Perl_free_tmps)(pTHX);
36   static HV* (*Perl_gv_stashpv)(pTHX_ const char*, I32);
37 *** ../vim-7.0.058/src/version.c        Wed Aug 16 18:05:36 2006
38 --- src/version.c       Wed Aug 16 18:18:35 2006
39 ***************
40 *** 668,669 ****
41 --- 668,671 ----
42   {   /* Add new patch number below this line */
43 + /**/
44 +     59,
45   /**/
46
47 -- 
48 hundred-and-one symptoms of being an internet addict:
49 163. You go outside for the fresh air (at -30 degrees) but open the
50      window first to hear new mail arrive.
51
52  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
53 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54 \\\        download, build and distribute -- http://www.A-A-P.org        ///
55  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.056523 seconds and 3 git commands to generate.