diff options
author | Araq <rumpf_a@web.de> | 2017-12-29 20:02:12 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-12-29 20:02:12 +0100 |
commit | b6eeebd993487fad77b2132b10cc2f34a438033f (patch) | |
tree | e528d5170fcbba0be4f618e1a2a0ba27434801c7 /compiler | |
parent | cf259fbd1c7e2642d00ed6decbceec353b53c84e (diff) | |
parent | 5e8ac0792e645dd75024a87e204303fe60e8613a (diff) | |
download | Nim-b6eeebd993487fad77b2132b10cc2f34a438033f.tar.gz |
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/semasgn.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/semasgn.nim b/compiler/semasgn.nim index db08605cf..67af6ade7 100644 --- a/compiler/semasgn.nim +++ b/compiler/semasgn.nim @@ -261,7 +261,7 @@ proc addParam(procType: PType; param: PSym) = rawAddSon(procType, param.typ) proc liftBody(c: PContext; typ: PType; kind: TTypeAttachedOp; - info: TLineInfo): PSym {.discardable.} = + info: TLineInfo): PSym = var a: TLiftCtx a.info = info a.c = c |