]> Cypherpunks repositories - gostls13.git/commit
gc: fix typed constant declarations
authorAnthony Martin <ality@pbrane.org>
Tue, 18 Jan 2011 16:24:49 +0000 (11:24 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 18 Jan 2011 16:24:49 +0000 (11:24 -0500)
commit661bcb773ba2be6442756bf6d44590a8c4ba4d98
tree47393b80612716d61edc1fbb50fb9acd00f052f4
parent25f762c75b58e32747a9e29813b3bc3dc3d1cee9
gc: fix typed constant declarations

Fixes #1411.

R=rsc, gri, ejsherry
CC=golang-dev
https://golang.org/cl/4035042
src/cmd/gc/walk.c
test/fixedbugs/bug318.go [new file with mode: 0644]