diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-24 13:21:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-24 13:21:23 +0000 |
commit | c77b533b28c0662914d761b264c2238f98d272a4 (patch) | |
tree | 82eb19c8936475bee43cb1755354fe92e5a8a108 /mpeix | |
parent | 9faf41b626b963edb80798c7c7738bc20834dda2 (diff) | |
download | perl-c77b533b28c0662914d761b264c2238f98d272a4.tar.gz |
Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
p4raw-id: //depot/perl@10888
Diffstat (limited to 'mpeix')
-rw-r--r-- | mpeix/mpeixish.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mpeix/mpeixish.h b/mpeix/mpeixish.h index 821d593162..dc8cb1939a 100644 --- a/mpeix/mpeixish.h +++ b/mpeix/mpeixish.h @@ -113,12 +113,7 @@ #define Mkdir(path,mode) mkdir((path),(mode)) #ifndef PERL_SYS_INIT -#ifdef PERL_SCO5 -/* this should be set in a hint file, not here */ -# define PERL_SYS_INIT(c,v) fpsetmask(0); MALLOC_INIT -#else -# define PERL_SYS_INIT(c,v) MALLOC_INIT -#endif +# define PERL_SYS_INIT(c,v) PERL_FPU_INIT MALLOC_INIT #endif #ifndef PERL_SYS_TERM |