summaryrefslogtreecommitdiff
path: root/gawkmisc.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-12-18 20:29:22 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-12-18 20:29:22 +0200
commitbd52c816f95a6aec471f194b94c2e195cf7f9988 (patch)
tree95afa5c273355441df78fdf1aeaa69d078945159 /gawkmisc.c
parentdd4d686a4181448171114d6fc6f4f8ae58394e16 (diff)
downloadgawk-bd52c816f95a6aec471f194b94c2e195cf7f9988.tar.gz
Cleanup the mainline PC code, and pc/ directory.
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 */