Skip to content

Commit

Permalink
[BSD]: #undef WCOREDUMP before defining it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Feb 20, 1994
1 parent fd109d6 commit faf1591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/syswait.h
@@ -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.
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit faf1591

Please sign in to comment.