diff options
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r-- | compiler/ast.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index 8b3c6afcd..7191fd572 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -127,6 +127,7 @@ type sfMember # proc is a C++ member of a type sfCodegenDecl # type, proc, global or proc param is marked as codegenDecl sfWasGenSym # symbol was 'gensym'ed + sfForceLift # variable has to be lifted into closure environment TSymFlags* = set[TSymFlag] |