aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/term.c')
-rw-r--r--src/nvim/term.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/term.c b/src/nvim/term.c
index c4a190c818..7ec758fc92 100644
--- a/src/nvim/term.c
+++ b/src/nvim/term.c
@@ -2324,8 +2324,7 @@ void ttest(int pairs)
t_colors = atoi((char *)T_CCO);
}
-#if (defined(FEAT_GUI) && (defined(FEAT_MENU) || !defined(USE_ON_FLY_SCROLL))) \
- || defined(PROTO)
+#if defined(FEAT_GUI) || defined(PROTO)
static int get_long_from_buf(char_u *buf, long_u *val);
/*