aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-04-07 22:00:09 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-04-07 22:00:09 +0300
commitd0cea7f12392a0f898dcd26472f1d7a26c71551d (patch)
tree8cc3f9fac3889f83bddc508871389673c3e1b885 /pc/config.h
parent62342b5ad8522da5cbc0623f2b645c48b31c2838 (diff)
parentb6fac528542ff95fa89e40a6a4c1da2a7346279b (diff)
downloadegawk-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.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