]> Cypherpunks repositories - gostls13.git/commit
handle negative numeric constants in import.
authorRuss Cox <rsc@golang.org>
Fri, 26 Sep 2008 18:44:20 +0000 (11:44 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 26 Sep 2008 18:44:20 +0000 (11:44 -0700)
commitc3d841f5d4d365f531e0a56a0fa2ad55925d2ddb
treea7c00686f2b0194cab4437347b42b78c9f0a4df8
parentac05579345f9cd3f3ba0b6aed33a1883d24c2348
handle negative numeric constants in import.
(fixes bugs/bug106)

package bug0
export const A = -1

package bug1
import "bug0"

R=ken
DELTA=21  (19 added, 0 deleted, 2 changed)
OCL=15901
CL=15968
src/cmd/gc/go.y