diff --git a/src/ui.c b/src/ui.c index 7ec1e568fd..635957107c 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. diff --git a/src/version.c b/src/version.c index 3ef62598fa..b3f1fdb96b 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1, /**/ 0 };