]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: fix go.y to match y.go
authorRobert Griesemer <gri@golang.org>
Mon, 9 Nov 2015 19:26:25 +0000 (11:26 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 9 Nov 2015 20:38:39 +0000 (20:38 +0000)
commit0bad50f2a455c59fce1ab18567558ea4b847ea90
tree62a6a8029d6e9224991c4477bc039f15b4fc451f
parente410a527b208e0a9acd0cded3775b302d8f2b00a
cmd/compile/internal/gc: fix go.y to match y.go

In https://go-review.googlesource.com/#/c/16554/ y.go was modified
manually, but go.y (which is the source for y.go) was not changed.

Change-Id: I1273801bfd1ac65b875f4465033b0d062abff0b7
Reviewed-on: https://go-review.googlesource.com/16745
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/compile/internal/gc/go.y
src/cmd/compile/internal/gc/y.go