mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-19 10:22:27 +00:00
(WAITTYPE, WRETCODE): Put in #if 0.
This commit is contained in:
parent
21c5a64eb1
commit
026d2a71e3
@ -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>. */
|
||||
|
Loading…
Reference in New Issue
Block a user