diff options
author | Olaf Flebbe <o.flebbe@science-computing.de> | 1999-08-27 23:50:41 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-29 15:29:29 +0000 |
commit | ae2d1787751a38d67ea377bb8eb603cbbf3a36bc (patch) | |
tree | bc8ebc422524380a06924cc0c9baeae4d9eda129 /epoc/epocish.h | |
parent | 53d56f489ebe1bcc7275d0e6802b73a7c3b91665 (diff) | |
download | perl-ae2d1787751a38d67ea377bb8eb603cbbf3a36bc.tar.gz |
Sender: owner-perl5-porters@perl.org
To: perl5-porters@perl.org
Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
p4raw-id: //depot/cfgperl@4047
Diffstat (limited to 'epoc/epocish.h')
-rw-r--r-- | epoc/epocish.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/epoc/epocish.h b/epoc/epocish.h index 010dc691a9..70d4cbd6c1 100644 --- a/epoc/epocish.h +++ b/epoc/epocish.h @@ -89,9 +89,6 @@ */ /* #define ALTERNATE_SHEBANG "#!" / **/ -#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX) || defined(__NetBSD__) -# include <signal.h> -#endif #ifndef SIGABRT # define SIGABRT SIGILL @@ -116,15 +113,7 @@ /* these should be set in a hint file, not here */ #ifndef PERL_SYS_INIT -#ifdef PERL_SCO5 -# 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_epoc_init(c,v); MALLOC_INIT #endif #ifndef PERL_SYS_TERM @@ -134,3 +123,4 @@ #define BIT_BUCKET "NUL:" #define dXSUB_SYS + |