diff options
Diffstat (limited to 'compiler/pragmas.nim')
-rw-r--r-- | compiler/pragmas.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/pragmas.nim b/compiler/pragmas.nim index addc9e9f3..364006dd1 100644 --- a/compiler/pragmas.nim +++ b/compiler/pragmas.nim @@ -933,7 +933,7 @@ proc singlePragma(c: PContext, sym: PSym, n: PNode, i: var int, of wAcyclic: noVal(c, it) if sym.typ == nil: invalidPragma(c, it) - else: incl(sym.typ.flags, tfAcyclic) + # now: ignored of wShallow: noVal(c, it) if sym.typ == nil: invalidPragma(c, it) |