summaryrefslogtreecommitdiff
path: root/src/syswait.h
diff options
context:
space:
mode:
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/>. */
#define WTERMSIG(status) ((status) & 0x7f)
#endif
-#undef WRETCODE
-#define WRETCODE(status) WEXITSTATUS (status)
-
-
#endif /* EMACS_SYSWAIT_H */
-