]> Cypherpunks repositories - gostls13.git/commit
gc: fix shift/reduce conflict in go.y export syntax
authorRuss Cox <rsc@golang.org>
Mon, 24 May 2010 23:55:23 +0000 (16:55 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 24 May 2010 23:55:23 +0000 (16:55 -0700)
commit8c2bc4419bed5a7b6c3fb17ae8db1387909fd7af
tree58c1ae0f6136b987c0c0e3baffd910e574e13f56
parent9fc9246bf383eff51592bf8815914ee26a150a1f
gc: fix shift/reduce conflict in go.y export syntax

Fixes #771.

R=ken2
CC=golang-dev
https://golang.org/cl/1267042
src/cmd/gc/go.y
src/cmd/gc/subr.c
test/fixedbugs/bug282.dir/p1.go [new file with mode: 0644]
test/fixedbugs/bug282.dir/p2.go [new file with mode: 0644]
test/fixedbugs/bug282.go [new file with mode: 0644]