Commit 214ec7b5 authored by Russ Cox's avatar Russ Cox

gc: fix build (not sure how this edit got lost)

R=ken2, ken
CC=golang-dev
https://golang.org/cl/5449072
parent 7a42dddb
......@@ -915,6 +915,7 @@ pexpr_no_paren:
}
| '(' expr_or_type ')' '{' start_complit braced_keyval_list '}'
{
yyerror("cannot parenthesize type in composite literal");
$$ = $5;
$$->right = $2;
$$->list = $6;
......
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