1
0
forked from aniani/vim

updated for version 7.0-059

This commit is contained in:
Bram Moolenaar 2006-08-16 16:17:39 +00:00
parent 0928caad1e
commit a7ecc563e8
2 changed files with 4 additions and 2 deletions

View File

@ -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);

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
59,
/**/
58,
/**/