diff options
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h index 7ca3ecd3a..ec6e15291 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1658,6 +1658,9 @@ EXTERN time_T time_for_testing INIT(= 0); /* Abort conversion to string after a recursion error. */ EXTERN int did_echo_string_emsg INIT(= FALSE); + +/* Used for checking if local variables or arguments used in a lambda. */ +EXTERN int *eval_lavars_used INIT(= NULL); #endif /* |