1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-21 05:21:37 -07:00

Don't define MATHERR.

This commit is contained in:
Dave Love 2000-06-05 13:28:43 +00:00
parent bec6f62a85
commit 162ccef4e8
4 changed files with 6 additions and 10 deletions

View file

@ -1,3 +1,9 @@
2000-06-05 Dave Love <fx@gnu.org>
* s/irix4-0.h:
* s/irix5-0.h:
* s/netbsd.h: Don't define autoconfiscated MATHERR.
2000-06-02 Dave Love <fx@gnu.org>
* lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define.

View file

@ -56,7 +56,3 @@
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

View file

@ -86,10 +86,6 @@ char *_getpty();
throughout. */
#define POSIX_SIGNALS
/* jpff@maths.bath.ac.uk reports `struct exception' is not defined
on this system, so inhibit use of matherr. */
#define NO_MATHERR
/* Info from simon@lia.di.epfl.ch (Simon Leinen) suggests this is needed. */
#define GETPGRP_NO_ARG

View file

@ -70,8 +70,6 @@
#define HAVE_WAIT_HEADER
#define WAIT_USE_INT
#define NO_MATHERR
#define AMPERSAND_FULL_NAME
#ifdef __ELF__