comparison 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
comparison
equal deleted inserted replaced
3025:d09f68ccd145 3026:f66e648dfd03
41 return -1; \ 41 return -1; \
42 if (fstat (fd, &stb) < 0) \ 42 if (fstat (fd, &stb) < 0) \
43 return -1; \ 43 return -1; \
44 strcpy (pty_name, name); \ 44 strcpy (pty_name, name); \
45 } 45 }
46
47 /* jpff@maths.bath.ac.uk reports `struct exception' is not defined
48 on this system, so inhibit use of matherr. */
49 #define NO_MATHERR