diff options
| author | Dave Love | 2000-06-05 13:28:43 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-05 13:28:43 +0000 |
| commit | 162ccef4e87578fcf5eab3e0c58d5138a2481d40 (patch) | |
| tree | 2d1c1d6fbe7118f1fe535a16a5bf7cb059391709 | |
| parent | bec6f62a856244c263689bc62986fe1c39bdecd9 (diff) | |
| download | emacs-162ccef4e87578fcf5eab3e0c58d5138a2481d40.tar.gz emacs-162ccef4e87578fcf5eab3e0c58d5138a2481d40.zip | |
Don't define MATHERR.
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/s/irix4-0.h | 4 | ||||
| -rw-r--r-- | src/s/irix5-0.h | 4 | ||||
| -rw-r--r-- | src/s/netbsd.h | 2 |
4 files changed, 6 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fe75ab114b0..45f35e3daf8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-06-05 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * s/irix4-0.h: | ||
| 4 | * s/irix5-0.h: | ||
| 5 | * s/netbsd.h: Don't define autoconfiscated MATHERR. | ||
| 6 | |||
| 1 | 2000-06-02 Dave Love <fx@gnu.org> | 7 | 2000-06-02 Dave Love <fx@gnu.org> |
| 2 | 8 | ||
| 3 | * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define. | 9 | * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define. |
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index b354ffb324e..b985d0892a7 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h | |||
| @@ -56,7 +56,3 @@ | |||
| 56 | return -1; \ | 56 | return -1; \ |
| 57 | strcpy (pty_name, name); \ | 57 | strcpy (pty_name, name); \ |
| 58 | } | 58 | } |
| 59 | |||
| 60 | /* jpff@maths.bath.ac.uk reports `struct exception' is not defined | ||
| 61 | on this system, so inhibit use of matherr. */ | ||
| 62 | #define NO_MATHERR | ||
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index 34996550ab8..6dba04eee6e 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h | |||
| @@ -86,10 +86,6 @@ char *_getpty(); | |||
| 86 | throughout. */ | 86 | throughout. */ |
| 87 | #define POSIX_SIGNALS | 87 | #define POSIX_SIGNALS |
| 88 | 88 | ||
| 89 | /* jpff@maths.bath.ac.uk reports `struct exception' is not defined | ||
| 90 | on this system, so inhibit use of matherr. */ | ||
| 91 | #define NO_MATHERR | ||
| 92 | |||
| 93 | /* Info from simon@lia.di.epfl.ch (Simon Leinen) suggests this is needed. */ | 89 | /* Info from simon@lia.di.epfl.ch (Simon Leinen) suggests this is needed. */ |
| 94 | #define GETPGRP_NO_ARG | 90 | #define GETPGRP_NO_ARG |
| 95 | 91 | ||
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 1adb58736c4..4209fc947ef 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h | |||
| @@ -70,8 +70,6 @@ | |||
| 70 | #define HAVE_WAIT_HEADER | 70 | #define HAVE_WAIT_HEADER |
| 71 | #define WAIT_USE_INT | 71 | #define WAIT_USE_INT |
| 72 | 72 | ||
| 73 | #define NO_MATHERR | ||
| 74 | |||
| 75 | #define AMPERSAND_FULL_NAME | 73 | #define AMPERSAND_FULL_NAME |
| 76 | 74 | ||
| 77 | #ifdef __ELF__ | 75 | #ifdef __ELF__ |