X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=unixish.h;h=fb3a995b60b4ebb8f6423a1de45305ebd8014745;hb=2765b840fca882ed4632588ab696d917cbd8f128;hp=f6923b7f66b0df60103ca866e6754eb8e759427d;hpb=47dafe4d9a4e294fab4b6131bb296dc386e0dcbc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/unixish.h b/unixish.h index f6923b7..fb3a995 100644 --- a/unixish.h +++ b/unixish.h @@ -118,20 +118,8 @@ #define Fflush(fp) fflush(fp) #define Mkdir(path,mode) mkdir((path),(mode)) -/* these should be set in a hint file, not here */ #ifndef PERL_SYS_INIT -#if defined(PERL_SCO5) || defined(__FreeBSD__) -# ifdef __FreeBSD__ -# include -# endif -# define PERL_SYS_INIT(c,v) fpsetmask(0); MALLOC_INIT -#else -# ifdef POSIX_BC -# define PERL_SYS_INIT(c,v) sigignore(SIGFPE); MALLOC_INIT -# else -# define PERL_SYS_INIT(c,v) MALLOC_INIT -# endif -#endif +# define PERL_SYS_INIT(c,v) PERL_FPU_INIT MALLOC_INIT #endif #ifndef PERL_SYS_TERM