summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-04 08:33:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-04 08:33:32 +0000
commitb089116590f5bd8ca52e6ccd2a029c8fc0abb2ae (patch)
treec5cf380d0ab303e0cb6686a1027ab9005ff019d6 /unixish.h
parent228cf569ab8135ec43daadaff1c31143a0539e1e (diff)
downloadperl-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 'unixish.h')
-rw-r--r--unixish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unixish.h b/unixish.h
index 5994a8395b..4bf37095a0 100644
--- a/unixish.h
+++ b/unixish.h
@@ -129,7 +129,7 @@
#define Mkdir(path,mode) mkdir((path),(mode))
#ifndef PERL_SYS_INIT
-# define PERL_SYS_INIT(c,v) EARLY_INIT2(*c,*v) MALLOC_CHECK_TAINT2(*c,*v) PERL_FPU_INIT MALLOC_INIT
+# define PERL_SYS_INIT(c,v) MALLOC_CHECK_TAINT2(*c,*v) PERL_FPU_INIT MALLOC_INIT
#endif
#ifndef PERL_SYS_TERM