ken 2001/07/25 20:24:01 PDT
Modified files:
ghc/rts Signals.c
Log:
In addition to handling SIGINT, also handle SIGFPE by ignoring it.
Apparently IEEE requires floating-point exceptions to be ignored by
default, but alpha-dec-osf3 doesn't seem to do so.
Revision Changes Path
1.20 +21 -1 fptools/ghc/rts/Signals.c