Commit 1d315a8a authored by Russ Cox's avatar Russ Cox

gc: printing of ...

R=ken2
CC=golang-dev
https://golang.org/cl/2218043
parent 8d87ccad
......@@ -337,6 +337,8 @@ exprfmt(Fmt *f, Node *n, int prec)
exprfmt(f, n->left, 7);
fmtprint(f, "(");
exprlistfmt(f, n->list);
if(n->isddd)
fmtprint(f, "...");
fmtprint(f, ")");
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment