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:
parent
bec6f62a85
commit
162ccef4e8
4 changed files with 6 additions and 10 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -70,8 +70,6 @@
|
|||
#define HAVE_WAIT_HEADER
|
||||
#define WAIT_USE_INT
|
||||
|
||||
#define NO_MATHERR
|
||||
|
||||
#define AMPERSAND_FULL_NAME
|
||||
|
||||
#ifdef __ELF__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue