]> Cypherpunks repositories - gostls13.git/commit
gc: never include ( ) on singleton func return type
authorRuss Cox <rsc@golang.org>
Thu, 29 Apr 2010 23:07:14 +0000 (16:07 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 29 Apr 2010 23:07:14 +0000 (16:07 -0700)
commit77817e08d5681a29268adf7deb36b3e2ba2a8b2c
tree9c0ccd7254500938d74b66d0a6d7c0086816f033
parent10eb76b04e4700089a0df73cdbfba350fc1cef1a
gc: never include ( ) on singleton func return type

Fixes #749.

R=ken2
CC=golang-dev
https://golang.org/cl/963043
src/cmd/gc/subr.c
test/fixedbugs/bug269.go [new file with mode: 0644]