commit | 26ba35666ec72b0969156c5f2d3f8339c188a7ec | [log] [tgz] |
---|---|---|
author | Shenghou Ma <minux.ma@gmail.com> | Thu Jan 12 07:54:20 2012 -0800 |
committer | Rob Pike <r@golang.org> | Thu Jan 12 07:54:20 2012 -0800 |
tree | 1218bba6886ebababa5f3917cd38f70fa5cb185d | |
parent | 94ff311d1b91d0bfe2dc53d20d06e81af5a3c46f [diff] |
goyacc: fix units.y build breakage This breakage is mainly due to API changes in pkg. (e.g., package utf8 moved to unicode/utf8; remove of strconv.Atof64; change character type from int to rune.) Also correct the usage comment. This fixes issue 2646. PS: I don't change the goyacc.go, because I think token type should not be force to rune. R=golang-dev, adg, rogpeppe, r, r CC=golang-dev https://golang.org/cl/5502093