forked from aniani/vim
updated for version 7.0-059
This commit is contained in:
parent
0928caad1e
commit
a7ecc563e8
@ -155,8 +155,8 @@ static void (*perl_free)(PerlInterpreter*);
|
||||
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 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);
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
59,
|
||||
/**/
|
||||
58,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user