diff options
Diffstat (limited to 'plan9/plan9ish.h')
-rw-r--r-- | plan9/plan9ish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plan9/plan9ish.h b/plan9/plan9ish.h index dd32f69f5a..5c922cf0ba 100644 --- a/plan9/plan9ish.h +++ b/plan9/plan9ish.h @@ -106,7 +106,7 @@ #define ABORT() kill(PerlProc_getpid(),SIGABRT); #define BIT_BUCKET "/dev/null" -#define PERL_SYS_INIT(c,v) EARLY_INIT2(*c,*v) MALLOC_CHECK_TAINT2(*c,*v) MALLOC_INIT +#define PERL_SYS_INIT(c,v) MALLOC_CHECK_TAINT2(*c,*v) MALLOC_INIT #define dXSUB_SYS #define PERL_SYS_TERM() MALLOC_TERM |