]> Cypherpunks repositories - gostls13.git/commit
gc: don't print implicit type on struct literal in export
authorLuuk van Dijk <lvd@golang.org>
Mon, 6 Feb 2012 11:19:59 +0000 (12:19 +0100)
committerLuuk van Dijk <lvd@golang.org>
Mon, 6 Feb 2012 11:19:59 +0000 (12:19 +0100)
commit419c53af30c1898a75ac0ef5ba49533ea91ddcfc
tree97bcc5a734ef0993fcb3366ad997cd937ab6fe0d
parentfb86bbe2397453aaf793ec00a7233b858f17bd2c
gc: don't print implicit type on struct literal in export

As pointed out in the discussion around 2678.

R=rsc
CC=golang-dev
https://golang.org/cl/5534077
src/cmd/gc/fmt.c
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/typecheck.c
src/cmd/gc/y.tab.c
test/fixedbugs/bug392.dir/one.go
test/fixedbugs/bug392.dir/two.go