]> Cypherpunks repositories - gostls13.git/commit
cmd/yacc: always import fmt, safely
authorRob Pike <r@golang.org>
Thu, 6 Sep 2012 21:58:37 +0000 (14:58 -0700)
committerRob Pike <r@golang.org>
Thu, 6 Sep 2012 21:58:37 +0000 (14:58 -0700)
commita225eaf9b771cdb42defcc89015dc12cd04c4438
treee3dec713a7cecaafbb5d62a6c4040d8c8205a6e5
parentafac01df48189013e62f5d2285b8e3b6d38e3f44
cmd/yacc: always import fmt, safely
The parser depends on it but the client might not import it, so make sure it's there.
Fixes #4038.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6497094
src/cmd/yacc/yacc.go