1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

(WAITTYPE, WRETCODE): Put in #if 0.

This commit is contained in:
Gerd Moellmann 2000-07-05 19:57:51 +00:00
parent 21c5a64eb1
commit 026d2a71e3

View File

@ -123,12 +123,15 @@
#define BSD_SYSTEM 199506
#endif
#if 0 /* Shouldn't be necessary and produces warnings with the
experimental Autoconf test. */
#define WAITTYPE int
/* get this since it won't be included if WAITTYPE is defined */
#ifdef emacs
#include <sys/wait.h>
#endif
#define WRETCODE(w) (_W_INT(w) >> 8)
#endif
/* Needed to avoid hanging when child process writes an error message
and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */