diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-07 21:59:34 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-07 21:59:34 +0300 |
commit | b6fac528542ff95fa89e40a6a4c1da2a7346279b (patch) | |
tree | 74932f73f322a7719675f33e3699f61abde16e8c /pc/config.h | |
parent | 43a645fe05c57576d9d41a7f3b18bb55b1dbdc3e (diff) | |
parent | ea1c544208913c0871fb21d9a5d6277d83bf2ef2 (diff) | |
download | egawk-b6fac528542ff95fa89e40a6a4c1da2a7346279b.tar.gz egawk-b6fac528542ff95fa89e40a6a4c1da2a7346279b.tar.bz2 egawk-b6fac528542ff95fa89e40a6a4c1da2a7346279b.zip |
Merge branch 'gawk-4.1-stable'
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 |