]> Cypherpunks repositories - gostls13.git/commit
gc: iota outside const
authorRuss Cox <rsc@golang.org>
Wed, 27 Jul 2011 18:45:27 +0000 (14:45 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 27 Jul 2011 18:45:27 +0000 (14:45 -0400)
commitdec8009fe871d4bd108451306bd15fafb7cf6726
treedc52872577a496232efaf3ebfcfea5aba7ec61e2
parent49b70d01c07be39ede5f4431d0f36415d01f676d
gc: iota outside const

Fixes #1662.

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