diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-07 22:00:09 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-07 22:00:09 +0300 |
commit | d0cea7f12392a0f898dcd26472f1d7a26c71551d (patch) | |
tree | 8cc3f9fac3889f83bddc508871389673c3e1b885 /pc/config.h | |
parent | 62342b5ad8522da5cbc0623f2b645c48b31c2838 (diff) | |
parent | b6fac528542ff95fa89e40a6a4c1da2a7346279b (diff) | |
download | egawk-d0cea7f12392a0f898dcd26472f1d7a26c71551d.tar.gz egawk-d0cea7f12392a0f898dcd26472f1d7a26c71551d.tar.bz2 egawk-d0cea7f12392a0f898dcd26472f1d7a26c71551d.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pc/config.h b/pc/config.h index ca19f705..09572ada 100644 --- a/pc/config.h +++ b/pc/config.h @@ -629,7 +629,3 @@ typedef int int32_t; #define strcasecmp stricmp #define strncasecmp strnicmp #endif - -#if defined(__MINGW32__) -# define WEXITSTATUS(stat_val) ((stat_val) & ~0xC0000000) -#endif |