aboutsummaryrefslogtreecommitdiffstats
path: root/src/syswait.h
diff options
context:
space:
mode:
authorKenichi Handa2012-08-16 21:25:17 +0900
committerKenichi Handa2012-08-16 21:25:17 +0900
commitd75ffb4ed0b2e72a9361a07d16a5c884a9459728 (patch)
tree8ac5a6a8ae033fef7fbc7fb7b09a703ef4b0ed5b /src/syswait.h
parent69c41c4070c86baac11a627e9c3d366420aeb7cc (diff)
parent250c8ab9b8f6322959fa3122db83944c30c3894b (diff)
downloademacs-d75ffb4ed0b2e72a9361a07d16a5c884a9459728.tar.gz
emacs-d75ffb4ed0b2e72a9361a07d16a5c884a9459728.zip
merge trunk
Diffstat (limited to 'src/syswait.h')
-rw-r--r--src/syswait.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/syswait.h b/src/syswait.h
index aea9ea6e588..9d84876d4be 100644
--- a/src/syswait.h
+++ b/src/syswait.h
@@ -51,9 +51,4 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
51#define WTERMSIG(status) ((status) & 0x7f) 51#define WTERMSIG(status) ((status) & 0x7f)
52#endif 52#endif
53 53
54#undef WRETCODE
55#define WRETCODE(status) WEXITSTATUS (status)
56
57
58#endif /* EMACS_SYSWAIT_H */ 54#endif /* EMACS_SYSWAIT_H */
59