]> Cypherpunks repositories - gostls13.git/commit
Urgent parser/gofmt fix.
authorRobert Griesemer <gri@golang.org>
Sat, 16 Jan 2010 07:17:48 +0000 (23:17 -0800)
committerRobert Griesemer <gri@golang.org>
Sat, 16 Jan 2010 07:17:48 +0000 (23:17 -0800)
commite85f8378b8ea3e052c9049caa5df0567f104f252
tree922609bedaf4a12585f1b10679d0e33ea6285d30
parent11b459cba8723309c30d39b877b90d78feb8a482
Urgent parser/gofmt fix.
Wrong position information for identifier
could lead to destructive reformatting of
source via hg gofmt.

R=rsc
CC=golang-dev
https://golang.org/cl/189100
src/pkg/go/parser/parser.go