]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.059
- updated to 0.7.3
[packages/vim.git] / 7.0.059
CommitLineData
a328bbc4
AG
1To: vim-dev@vim.org
2Subject: Patch 7.0.059
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.0.059
11Problem: The Perl interface doesn't compile with ActiveState Perl 5.8.8.
12Solution: Remove the __attribute__() items. (Edward L. Fox)
13Files: 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--
48hundred-and-one symptoms of being an internet addict:
49163. 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.026678 seconds and 4 git commands to generate.