]> Cypherpunks repositories - gostls13.git/commit
exp/eval, go/printer: fix build
authorRobert Griesemer <gri@golang.org>
Wed, 23 Feb 2011 02:17:03 +0000 (18:17 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 23 Feb 2011 02:17:03 +0000 (18:17 -0800)
commitcd0f799e65619c30e984c03b905507ff0216e825
tree9edd102fdf2c18375a6fc22c77be01b975871dfc
parentbdbea6e41029bd4d4efd2265710c70ccfe36239a
exp/eval, go/printer: fix build

There are some minor irregularities in the printer
output (some paren's are present that should be
removed), but these are unrelated issues.
Will review in a 2nd step.

R=rsc
CC=golang-dev
https://golang.org/cl/4188068
src/pkg/exp/eval/stmt_test.go
src/pkg/go/printer/testdata/statements.golden
src/pkg/go/printer/testdata/statements.input