• Shenghou Ma's avatar
    goyacc: fix units.y build breakage · 26ba3566
    Shenghou Ma authored
    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
    26ba3566
Name
Last commit
Last update
..
Makefile Loading commit data...
doc.go Loading commit data...
goyacc.go Loading commit data...
units.txt Loading commit data...
units.y Loading commit data...