]> Cypherpunks repositories - gostls13.git/commit
gc: omit argument names from function types in error messages
authorLuuk van Dijk <lvd@golang.org>
Thu, 15 Dec 2011 16:38:47 +0000 (17:38 +0100)
committerLuuk van Dijk <lvd@golang.org>
Thu, 15 Dec 2011 16:38:47 +0000 (17:38 +0100)
commit5b2f8d96cec0b1800cc099e022175b3588fd86a2
tree377d872f43766359385f8259f5c649451cdbaf35
parent9bf3478658a781d38ab0a71bb027d781b8ade14b
gc: omit argument names from function types in error messages

Fixes #2563

R=rsc
CC=golang-dev
https://golang.org/cl/5495047
src/cmd/gc/fmt.c
test/fixedbugs/bug389.go [new file with mode: 0644]