From: Dave Love Date: Mon, 5 Jun 2000 13:28:43 +0000 (+0000) Subject: Don't define MATHERR. X-Git-Tag: emacs-pretest-21.0.90~3514 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=162ccef4e87578fcf5eab3e0c58d5138a2481d40;p=emacs.git Don't define MATHERR. --- 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__