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 /mpeix | |
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 'mpeix')
-rw-r--r-- | mpeix/mpeixish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeix/mpeixish.h b/mpeix/mpeixish.h index 2ed9faf332..8fc055a9a1 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) EARLY_INIT2(*c,*v) PERL_FPU_INIT MALLOC_INIT +# define PERL_SYS_INIT(c,v) PERL_FPU_INIT MALLOC_INIT #endif #ifndef PERL_SYS_TERM |