]> Cypherpunks repositories - gostls13.git/commit
gc: fix import width bug
authorRuss Cox <rsc@golang.org>
Mon, 25 Apr 2011 16:08:48 +0000 (12:08 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 25 Apr 2011 16:08:48 +0000 (12:08 -0400)
commit3a1fdc655e40a9b3f27734ca950139ffcfb54e0b
treefa7e7192a89c79b3701c75db5ff8dbf616807854
parent883d68f885750806ca9a244ed1c19db58a971ab7
gc: fix import width bug

Fixes #1705.

R=ken2
CC=golang-dev
https://golang.org/cl/4443060
src/cmd/5g/cgen.c
src/cmd/6g/cgen.c
src/cmd/8g/cgen.c
src/cmd/gc/dcl.c
src/cmd/gc/walk.c
test/fixedbugs/bug335.dir/a.go [new file with mode: 0644]
test/fixedbugs/bug335.dir/b.go [new file with mode: 0644]
test/fixedbugs/bug335.go [new file with mode: 0644]