]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: drop parenthesization restriction for receiver types
authorRuss Cox <rsc@golang.org>
Wed, 25 Jun 2014 13:57:48 +0000 (09:57 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 25 Jun 2014 13:57:48 +0000 (09:57 -0400)
commit2565b5c06086488b2b23d48929803c8c3cec4400
tree610da12afc305d84ae8141fddf537b2b77980510
parentb0c586a8211d8d8804a6052a3646b0f2cc724f19
cmd/gc: drop parenthesization restriction for receiver types

Matches CL 101500044.

LGTM=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/110160044
src/cmd/gc/fmt.c
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/typecheck.c
src/cmd/gc/y.tab.c
test/fixedbugs/bug299.go