This commit is contained in:
Andreas Rumpf
2016-08-04 01:29:49 +02:00
parent 7ac0b20339
commit e92ccff57a

View File

@@ -393,6 +393,7 @@ proc semTuple(c: PContext, n: PNode, prev: PType): PType =
addSon(result.n, newSymNode(field))
addSonSkipIntLit(result, typ)
if gCmd == cmdPretty: styleCheckDef(a.sons[j].info, field)
if result.n.len == 0: result.n = nil
proc semIdentVis(c: PContext, kind: TSymKind, n: PNode,
allowed: TSymFlags): PSym =