diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix4-0.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index 2002143042b..197d32c1ec0 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h | |||
| @@ -43,3 +43,7 @@ | |||
| 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 | ||