summaryrefslogtreecommitdiff
path: root/gawkmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gawkmisc.c')
-rw-r--r--gawkmisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gawkmisc.c b/gawkmisc.c
index 1f85b221..165e15c6 100644
--- a/gawkmisc.c
+++ b/gawkmisc.c
@@ -32,7 +32,7 @@
/* some old compilers don't grok #elif. sigh */
-#if defined(__EMX__) || defined(__DJGPP__) || defined(__MINGW32__)
+#if defined(__DJGPP__) || defined(__MINGW32__)
#include "pc/gawkmisc.pc"
#else /* not __DJGPP__, not __MINGW32__ */
#if defined(VMS)