mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
[BSD]: #undef WCOREDUMP before defining it.
This commit is contained in:
parent
e27fc6d3d3
commit
4f480b74d7
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* Define wait system call interface for Emacs.
|
||||
Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993, 1994 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Emacs.
|
||||
|
||||
|
|
@ -43,6 +43,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define WAITTYPE union wait
|
||||
#define WRETCODE(w) w.w_retcode
|
||||
#undef WCOREDUMP /* Later BSDs define this name differently. */
|
||||
#define WCOREDUMP(w) w.w_coredump
|
||||
|
||||
#if defined (HPUX) || defined (convex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue