changeset 6015:1a2b17eab8d9

[BSD]: #undef WCOREDUMP before defining it.
author Roland McGrath <roland@gnu.org>
date Sun, 20 Feb 1994 19:34:12 +0000
parents 0d370ebc038a
children a8aa874afd11
files src/syswait.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/syswait.h	Sun Feb 20 07:10:37 1994 +0000
+++ b/src/syswait.h	Sun Feb 20 19:34:12 1994 +0000
@@ -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 @@
 
 #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)