]> Cypherpunks repositories - gostls13.git/commit
gc: diagnose \ in import path
authorRuss Cox <rsc@golang.org>
Tue, 31 Jan 2012 22:29:59 +0000 (17:29 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 31 Jan 2012 22:29:59 +0000 (17:29 -0500)
commit33f3afa7afac66f91ba281521db26ea932ead5a4
tree3c69193ad1887882ade7f50a6d5599e9b9d5b0db
parent6aa6fdcf71c9efa4c61e2db1eaf6a84cc720a855
gc: diagnose \ in import path

R=ken2
CC=golang-dev
https://golang.org/cl/5609044
src/cmd/gc/lex.c
test/import5.go [new file with mode: 0644]