changeset 3026:f66e648dfd03

(NO_MATHERR): Defined.
author Richard M. Stallman <rms@gnu.org>
date Mon, 24 May 1993 17:44:37 +0000
parents d09f68ccd145
children 7ed290bef028
files src/s/irix4-0.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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