]> Cypherpunks repositories - gostls13.git/commit
cmd/yacc: fix debug print of token name
authorRuss Cox <rsc@golang.org>
Sat, 22 Dec 2012 21:45:35 +0000 (16:45 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 22 Dec 2012 21:45:35 +0000 (16:45 -0500)
commitb3bb4bd2925bc6715e5c91175021a2386f4017bb
tree955d4d7507d3822dc873df5c14c9c7c7a1e42583
parentec59b840f93fff4631b60323e28a44967c704e7d
cmd/yacc: fix debug print of token name

The array skips the first TOKSTART entries.

Fixes #4410.

R=golang-dev, ken2, ken
CC=golang-dev
https://golang.org/cl/6999054
src/cmd/yacc/units.y
src/cmd/yacc/yacc.go