diff src/s/irix4-0.h @ 3026:f66e648dfd03

(NO_MATHERR): Defined.
author Richard M. Stallman <rms@gnu.org>
date Mon, 24 May 1993 17:44:37 +0000
parents 8c74c4712164
children 6aee2746a385
line wrap: on
line diff
--- a/src/s/irix4-0.h	Mon May 24 17:44:10 1993 +0000
+++ b/src/s/irix4-0.h	Mon May 24 17:44:37 1993 +0000
@@ -43,3 +43,7 @@
     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