summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.c b/src/ui.c
index 7ec1e568f..635957107 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -2356,9 +2356,9 @@ fill_input_buf(int exit_on_error UNUSED)
++inbufcount;
}
}
-#endif // UNIX or VMS
+#endif // UNIX || VMS || MACOS_X
}
-#endif // defined(UNIX) || defined(FEAT_GUI) || defined(VMS)
+#endif // USE_INPUT_BUF
/*
* Exit because of an input read error.