aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-04-07 21:59:34 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-04-07 21:59:34 +0300
commitb6fac528542ff95fa89e40a6a4c1da2a7346279b (patch)
tree74932f73f322a7719675f33e3699f61abde16e8c /pc/config.h
parent43a645fe05c57576d9d41a7f3b18bb55b1dbdc3e (diff)
parentea1c544208913c0871fb21d9a5d6277d83bf2ef2 (diff)
downloadegawk-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.h4
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