rename: semasgn -> liftdestructors

This commit is contained in:
Andreas Rumpf
2019-03-07 19:17:01 +01:00
parent 939c151224
commit 07f58ddfa9
2 changed files with 1 additions and 1 deletions

View File

@@ -339,7 +339,7 @@ proc checkNilable(c: PContext; v: PSym) =
elif tfNotNil in v.typ.flags and tfNotNil notin v.astdef.typ.flags:
message(c.config, v.info, warnProveInit, v.name.s)
include semasgn
include liftdestructors
proc addToVarSection(c: PContext; result: PNode; orig, identDefs: PNode) =
let L = identDefs.len