From b089116590f5bd8ca52e6ccd2a029c8fc0abb2ae Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 4 Jul 2003 08:33:32 +0000 Subject: Remove PL_earlytaint since the hash seed code can be delayed until perl_parse(). p4raw-id: //depot/perl@19979 --- unixish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unixish.h') 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 -- cgit v1.2.1