From 1199dd43248b0956628341f2a63939a8378c8016 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 29 Jun 2003 09:28:58 +0000 Subject: Move the PL_earlytaint initialization to the PERL_SYS_INIT() as per suggestion from Sarathy. p4raw-id: //depot/perl@19878 --- mpeix/mpeixish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpeix') diff --git a/mpeix/mpeixish.h b/mpeix/mpeixish.h index 92c588352d..2ed9faf332 100644 --- a/mpeix/mpeixish.h +++ b/mpeix/mpeixish.h @@ -113,7 +113,7 @@ #define Mkdir(path,mode) mkdir((path),(mode)) #ifndef PERL_SYS_INIT -# define PERL_SYS_INIT(c,v) PERL_FPU_INIT MALLOC_INIT +# define PERL_SYS_INIT(c,v) EARLY_INIT2(*c,*v) PERL_FPU_INIT MALLOC_INIT #endif #ifndef PERL_SYS_TERM -- cgit v1.2.1