updated for version 7.0-059

This commit is contained in:
vimboss
2006-08-16 16:17:39 +00:00
parent c201b3ce72
commit b45d67b37b
2 changed files with 4 additions and 2 deletions
+2 -2
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);
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
59,
/**/
58,
/**/