fix: made eval_lavars_used global

This commit is contained in:
Jakub Łuczyński
2020-02-11 12:18:22 +01:00
parent 9d7ce03ef1
commit 1e0a9b2690
3 changed files with 8 additions and 5 deletions

View File

@@ -232,6 +232,9 @@ typedef enum {
kDictListItems, ///< List dictionary contents: [keys, values].
} DictListType;
// Used for checking if local variables or arguments used in a lambda.
extern bool *eval_lavars_used;
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval.h.generated.h"
#endif