changeset 29430:ddad63427df2

Don't define MATHERR.
author Dave Love <fx@gnu.org>
date Mon, 05 Jun 2000 13:26:17 +0000
parents 1fa36ef2bb6c
children 306955498980
files src/s/irix4-0.h src/s/irix5-0.h src/s/netbsd.h
diffstat 3 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
 
--- 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__