From 162ccef4e87578fcf5eab3e0c58d5138a2481d40 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 5 Jun 2000 13:28:43 +0000 Subject: [PATCH] Don't define MATHERR. --- src/ChangeLog | 6 ++++++ src/s/irix4-0.h | 4 ---- src/s/irix5-0.h | 4 ---- src/s/netbsd.h | 2 -- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index fe75ab114b0..45f35e3daf8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2000-06-05 Dave Love + + * s/irix4-0.h: + * s/irix5-0.h: + * s/netbsd.h: Don't define autoconfiscated MATHERR. + 2000-06-02 Dave Love * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define. diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index b354ffb324e..b985d0892a7 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h @@ -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 --git a/src/s/irix5-0.h b/src/s/irix5-0.h index 34996550ab8..6dba04eee6e 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h @@ -86,10 +86,6 @@ char *_getpty(); 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 --git a/src/s/netbsd.h b/src/s/netbsd.h index 1adb58736c4..4209fc947ef 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -70,8 +70,6 @@ #define HAVE_WAIT_HEADER #define WAIT_USE_INT -#define NO_MATHERR - #define AMPERSAND_FULL_NAME #ifdef __ELF__ -- 2.39.2