]> Cypherpunks repositories - gostls13.git/commit
go/parser: exit early if source file does not contain text
authorRobert Griesemer <gri@golang.org>
Sun, 12 Aug 2012 04:06:40 +0000 (21:06 -0700)
committerRobert Griesemer <gri@golang.org>
Sun, 12 Aug 2012 04:06:40 +0000 (21:06 -0700)
commita9d0ff6ead470b565b832e2af29b564e9ac28e65
tree09d7f4980633a7899949a87012915f1db88a5340
parent2253f671577c5302096f679d9dfe80218fdff99d
go/parser: exit early if source file does not contain text

Partial fix for issue 3943.

R=r
CC=golang-dev
https://golang.org/cl/6458115
src/pkg/go/parser/interface.go
src/pkg/go/parser/parser.go