Skip to content

Commit 0f76cce

Browse files
committed
ast_query: make nfExplicitCall a permanent flag
This makes it so the flag stays on nodes after copying them.
1 parent 7e4ddb7 commit 0f76cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/ast/ast_query.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const
6363

6464
PersistentNodeFlags*: TNodeFlags = {nfDotSetter, nfDotField, nfLL,
6565
nfFromTemplate, nfDefaultRefsParam,
66-
nfWasGensym}
66+
nfWasGensym, nfExplicitCall}
6767

6868
namePos* = 0 ## Name of the type/proc-like node
6969
patternPos* = 1 ## empty except for term rewriting macros

0 commit comments

Comments
 (0)