]> Cypherpunks repositories - gostls13.git/commit
go/printer: simply ignore filename changes in position information
authorRobert Griesemer <gri@golang.org>
Mon, 19 Nov 2012 21:23:32 +0000 (13:23 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 19 Nov 2012 21:23:32 +0000 (13:23 -0800)
commitc00bda13528c47b604595b17d76cf4b89425f632
tree32ce2a019163fef11872b14f2da69dc7f89dd386
parent09f3c2f10f3336375975620c8ea47e03f2850c92
go/printer: simply ignore filename changes in position information

There's no good reason to make any printer state adjustments
simply because the file name in node position information has
changed. Eliminate the relevant code.

R=r
CC=golang-dev
https://golang.org/cl/6856054
src/pkg/go/printer/printer.go