]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: remove reference to ? and @ symbols in error message
authorRuss Cox <rsc@golang.org>
Sun, 3 Feb 2013 06:25:47 +0000 (01:25 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 3 Feb 2013 06:25:47 +0000 (01:25 -0500)
commitb2e0c34cf32a82cf808bfc54134a2cf1d8042429
tree8d1f6c539943369e5da971340908f1d58a7d1c1c
parent2eafbb8878ffc5a032fdc9361ed75731da5bb698
cmd/gc: remove reference to ? and @ symbols in error message

Those symbols are only allowed during imports;
the parser may expect them but saying that doesn't help users.

Fixes #3434.

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