diff options
author | Olaf Flebbe <o.flebbe@science-computing.de> | 1999-11-01 21:46:54 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-01 19:56:28 +0000 |
commit | 14bdf8d3bfc4c68a9e0d4420c4db2eccd669ea5d (patch) | |
tree | b47dacfff4349f9e1310cc5b25f8c5399cf938d4 /epoc/epocish.h | |
parent | faa2cb8c0495c9d7860866661a183a3885672f45 (diff) | |
download | perl-14bdf8d3bfc4c68a9e0d4420c4db2eccd669ea5d.tar.gz |
Patch for EPOC Support
To: perl5-porters@perl.org
Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
p4raw-id: //depot/cfgperl@4506
Diffstat (limited to 'epoc/epocish.h')
-rw-r--r-- | epoc/epocish.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/epoc/epocish.h b/epoc/epocish.h index 70d4cbd6c1..49cac27000 100644 --- a/epoc/epocish.h +++ b/epoc/epocish.h @@ -90,12 +90,6 @@ /* #define ALTERNATE_SHEBANG "#!" / **/ -#ifndef SIGABRT -# define SIGABRT SIGILL -#endif -#ifndef SIGILL -# define SIGILL 6 /* blech */ -#endif #define ABORT() abort(); /* |