aboutsummaryrefslogtreecommitdiffstats
path: root/gawkmisc.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-12-28 21:48:44 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-12-28 21:48:44 +0200
commit4ecc73507924d09085e0149492045d5cbe16f7a0 (patch)
treebf6b150eebe4e9a3c403124bfc735170757e0775 /gawkmisc.c
parente5fd15444e61ac39fcb63013d298fc2aea4fe74a (diff)
downloadegawk-4ecc73507924d09085e0149492045d5cbe16f7a0.tar.gz
egawk-4ecc73507924d09085e0149492045d5cbe16f7a0.tar.bz2
egawk-4ecc73507924d09085e0149492045d5cbe16f7a0.zip
Minor bug fixes, lots more doc, make dist.
Diffstat (limited to 'gawkmisc.c')
-rw-r--r--gawkmisc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gawkmisc.c b/gawkmisc.c
index ab5b2a23..ba37fc2b 100644
--- a/gawkmisc.c
+++ b/gawkmisc.c
@@ -35,11 +35,15 @@
#ifdef __EMX__
#include "pc/gawkmisc.pc"
#else /* not __EMX__ */
+#if defined(__DJGPP__) || defined(__MINGW32__)
+#include "gawkmisc.pc"
+#else /* not __DJGPP__, not __MINGW32__ */
#if defined(VMS)
#include "vms/gawkmisc.vms"
#else /* not VMS */
#include "posix/gawkmisc.c"
#endif /* not VMS */
+#endif /* not __DJGPP__, not __MINGW32__ */
#endif /* not __EMX__ */
/* xmalloc --- provide this so that other GNU library routines work */