diff options
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 |