diff options
Diffstat (limited to 'src/syswait.h')
| -rw-r--r-- | src/syswait.h | 5 |
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 | |||