diff options
author | Araq <rumpf_a@web.de> | 2014-07-01 23:01:09 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-07-01 23:01:09 +0200 |
commit | ad29bed942187829b4b0242b2530629bd0af5349 (patch) | |
tree | 424fc9270756f874fc84deba971fb57279f30c7c /compiler/cgen.nim | |
parent | b56f43c394a03bac441058be9d0754324352593d (diff) | |
parent | 0eda72e1d2345b9050dcbe22ec17baacafc66cbb (diff) | |
download | Nim-ad29bed942187829b4b0242b2530629bd0af5349.tar.gz |
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Diffstat (limited to 'compiler/cgen.nim')
-rw-r--r-- | compiler/cgen.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/cgen.nim b/compiler/cgen.nim index a5852c735..e2f3b5ab0 100644 --- a/compiler/cgen.nim +++ b/compiler/cgen.nim @@ -1050,6 +1050,7 @@ proc getSomeInitName(m: PSym, suffix: string): PRope = assert m.owner.kind == skPackage if {sfSystemModule, sfMainModule} * m.flags == {}: result = m.owner.name.s.mangle.toRope + result.app "_" result.app m.name.s result.app suffix |