summaryrefslogtreecommitdiff
path: root/replace.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-11-15 18:35:45 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-11-15 18:35:45 +0200
commit8b863f8852067b0638e09dc7c82355b96381dc12 (patch)
treeeeedacfa918ae53bd52a69fb2c7a47ce1bfbc3e5 /replace.c
parent05de499531bc8fece2625b27a728bd24412ab41a (diff)
downloadgawk-8b863f8852067b0638e09dc7c82355b96381dc12.tar.gz
Remove MBS_SUPPORT ifdefs.
Diffstat (limited to 'replace.c')
-rw-r--r--replace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/replace.c b/replace.c
index 71a8dc51..6d345f52 100644
--- a/replace.c
+++ b/replace.c
@@ -111,6 +111,6 @@
#include "missing_d/strcoll.c"
#endif
-#if ! MBS_SUPPORT
+#if defined(__DJGPP__)
#include "missing_d/wcmisc.c"
#endif