diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-04 08:33:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-04 08:33:32 +0000 |
commit | b089116590f5bd8ca52e6ccd2a029c8fc0abb2ae (patch) | |
tree | c5cf380d0ab303e0cb6686a1027ab9005ff019d6 /plan9 | |
parent | 228cf569ab8135ec43daadaff1c31143a0539e1e (diff) | |
download | perl-b089116590f5bd8ca52e6ccd2a029c8fc0abb2ae.tar.gz |
Remove PL_earlytaint since the hash seed code
can be delayed until perl_parse().
p4raw-id: //depot/perl@19979
Diffstat (limited to 'plan9')
-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 |