From 07f58ddfa9d2d540c85f7726669dc4a0b7ca76e1 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 7 Mar 2019 19:17:01 +0100 Subject: [PATCH] rename: semasgn -> liftdestructors --- compiler/{semasgn.nim => liftdestructors.nim} | 0 compiler/semstmts.nim | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename compiler/{semasgn.nim => liftdestructors.nim} (100%) diff --git a/compiler/semasgn.nim b/compiler/liftdestructors.nim similarity index 100% rename from compiler/semasgn.nim rename to compiler/liftdestructors.nim diff --git a/compiler/semstmts.nim b/compiler/semstmts.nim index 859856e48e..e2f7b63039 100644 --- a/compiler/semstmts.nim +++ b/compiler/semstmts.nim @@ -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