summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/globals.h b/src/globals.h
index 993783957f..d54e311837 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1953,8 +1953,7 @@ EXTERN int timer_busy INIT(= 0); // when timer is inside vgetc() then > 0
#ifdef FEAT_EVAL
EXTERN int input_busy INIT(= 0); // when inside get_user_input() then > 0
-EXTERN typval_T *lval_root INIT(= NULL);
-EXTERN int lval_root_is_arg INIT(= 0);
+EXTERN lval_root_T *lval_root INIT(= NULL);
#endif
#ifdef FEAT_BEVAL_TERM