diff options
| author | Richard M. Stallman | 1993-05-24 17:44:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-24 17:44:37 +0000 |
| commit | 04f4386e0d0e563314bbf2c911ebcdf6774cb659 (patch) | |
| tree | cde4801af0d78f2fd1815c6486fb4231127266ea /src | |
| parent | f89182a25c6d5519abf1354ac39da67f0fd749c0 (diff) | |
| download | emacs-04f4386e0d0e563314bbf2c911ebcdf6774cb659.tar.gz emacs-04f4386e0d0e563314bbf2c911ebcdf6774cb659.zip | |
(NO_MATHERR): Defined.
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 | ||