]> Cypherpunks repositories - gostls13.git/commit
gc: improve error message for x \= 0
authorRuss Cox <rsc@golang.org>
Fri, 24 Sep 2010 21:09:31 +0000 (17:09 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 24 Sep 2010 21:09:31 +0000 (17:09 -0400)
commitb1f44a120f55ad163bb9516ede57277cddc8e50b
tree11439226b852620507be56700e6da5d4b6d8f023
parentac771a8a471a690b599757982b4427a5c092795b
gc: improve error message for x \= 0

was
x.go:2: syntax error: unexpected $undefined

now
x.go:2: syntax error: unexpected \

R=ken2
CC=golang-dev
https://golang.org/cl/2267044
src/cmd/gc/lex.c