aboutsummaryrefslogtreecommitdiffstats
path: root/gawkmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gawkmisc.c')
-rw-r--r--gawkmisc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gawkmisc.c b/gawkmisc.c
index 583e80a2..ab5b2a23 100644
--- a/gawkmisc.c
+++ b/gawkmisc.c
@@ -35,15 +35,11 @@
#ifdef __EMX__
#include "pc/gawkmisc.pc"
#else /* not __EMX__ */
-#if defined(OS2)
-#include "gawkmisc.pc"
-#else /* not OS2 */
#if defined(VMS)
#include "vms/gawkmisc.vms"
#else /* not VMS */
#include "posix/gawkmisc.c"
#endif /* not VMS */
-#endif /* not OS2 */
#endif /* not __EMX__ */
/* xmalloc --- provide this so that other GNU library routines work */