]> Cypherpunks.ru repositories - gostls13.git/commit
gc: fix func syntax error
authorRuss Cox <rsc@golang.org>
Thu, 14 Apr 2011 02:48:21 +0000 (22:48 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 14 Apr 2011 02:48:21 +0000 (22:48 -0400)
commit017e73c1b259450e6fc1b8437844c66b9ce08db3
tree6d1543fc93c501a7f42b7206e18ba126cafe5aff
parent785fbd94fda295469aac854f8c7eadb78832b457
gc: fix func syntax error

Fixes #1685.

R=ken2
CC=golang-dev
https://golang.org/cl/4414042
src/cmd/gc/go.y
test/func6.go [new file with mode: 0644]