# HG changeset patch # User Dave Love # Date 960211577 0 # Node ID ddad63427df2f12a1c8a1fb4dc5f6ed21deccd79 # Parent 1fa36ef2bb6c89f7ebeb768c4c7577b01b3d7b2b Don't define MATHERR. diff -r 1fa36ef2bb6c -r ddad63427df2 src/s/irix4-0.h --- a/src/s/irix4-0.h Mon Jun 05 12:50:35 2000 +0000 +++ b/src/s/irix4-0.h Mon Jun 05 13:26:17 2000 +0000 @@ -56,7 +56,3 @@ return -1; \ strcpy (pty_name, name); \ } - -/* jpff@maths.bath.ac.uk reports `struct exception' is not defined - on this system, so inhibit use of matherr. */ -#define NO_MATHERR diff -r 1fa36ef2bb6c -r ddad63427df2 src/s/irix5-0.h --- a/src/s/irix5-0.h Mon Jun 05 12:50:35 2000 +0000 +++ b/src/s/irix5-0.h Mon Jun 05 13:26:17 2000 +0000 @@ -86,10 +86,6 @@ throughout. */ #define POSIX_SIGNALS -/* jpff@maths.bath.ac.uk reports `struct exception' is not defined - on this system, so inhibit use of matherr. */ -#define NO_MATHERR - /* Info from simon@lia.di.epfl.ch (Simon Leinen) suggests this is needed. */ #define GETPGRP_NO_ARG diff -r 1fa36ef2bb6c -r ddad63427df2 src/s/netbsd.h --- a/src/s/netbsd.h Mon Jun 05 12:50:35 2000 +0000 +++ b/src/s/netbsd.h Mon Jun 05 13:26:17 2000 +0000 @@ -70,8 +70,6 @@ #define HAVE_WAIT_HEADER #define WAIT_USE_INT -#define NO_MATHERR - #define AMPERSAND_FULL_NAME #ifdef __ELF__