aboutsummaryrefslogtreecommitdiff
path: root/src/getchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/getchar.c b/src/getchar.c
index 11522786b0..62e0c9bf61 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -4316,8 +4316,7 @@ check_map (
}
-#if defined(MSDOS) || defined(MSWIN) || defined(OS2) \
- || defined(FEAT_CMDWIN) || defined(MACOS) || defined(PROTO)
+#if defined(MSWIN) || defined(FEAT_CMDWIN) || defined(MACOS) || defined(PROTO)
/*
* Add a mapping "map" for mode "mode".
* Need to put string in allocated memory, because do_map() will modify it.