attempt to make sighashes produce smaller diffs

This commit is contained in:
Andreas Rumpf
2017-04-19 08:40:05 +02:00
parent 43dae68a42
commit b7bffa35c7

View File

@@ -115,7 +115,7 @@ proc createObj*(owner: PSym, info: TLineInfo): PType =
incl result.flags, tfFinal
result.n = newNodeI(nkRecList, info)
when true:
let s = newSym(skType, getIdent("Env_" & info.toFilename & "_" & $info.line),
let s = newSym(skType, getIdent("Env_" & info.toFilename),
owner, info)
incl s.flags, sfAnon
s.typ = result