]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't define MATHERR.
authorDave Love <fx@gnu.org>
Mon, 5 Jun 2000 13:28:43 +0000 (13:28 +0000)
committerDave Love <fx@gnu.org>
Mon, 5 Jun 2000 13:28:43 +0000 (13:28 +0000)
src/ChangeLog
src/s/irix4-0.h
src/s/irix5-0.h
src/s/netbsd.h

index fe75ab114b0ded1f9a06dd309ebe83d003b1d7b3..45f35e3daf85e41ebe96ad646b019f5ef661f2bb 100644 (file)
@@ -1,3 +1,9 @@
+2000-06-05  Dave Love  <fx@gnu.org>
+
+       * s/irix4-0.h: 
+       * s/irix5-0.h:
+       * s/netbsd.h: Don't define autoconfiscated MATHERR.
+
 2000-06-02  Dave Love  <fx@gnu.org>
 
        * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
index b354ffb324e62ea712c05385abe1e40df2d48f36..b985d0892a78d25a8a36910d1a6f1a78148972b2 100644 (file)
@@ -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
index 34996550ab8075a88112870ffd5a132c16413bfd..6dba04eee6e4ee7aa8aa75d73783c0fa2b7903e2 100644 (file)
@@ -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
 
index 1adb58736c46c19beef22cef263abb471a8c4a4e..4209fc947ef7118b42a0850080e3368ae31ffaef 100644 (file)
@@ -70,8 +70,6 @@
 #define HAVE_WAIT_HEADER
 #define WAIT_USE_INT
 
-#define NO_MATHERR
-
 #define AMPERSAND_FULL_NAME
 
 #ifdef __ELF__