]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: for typedef of untagged struct, use typedef name in C code
authorIan Lance Taylor <iant@golang.org>
Thu, 5 Jun 2014 17:42:03 +0000 (10:42 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 5 Jun 2014 17:42:03 +0000 (10:42 -0700)
commitc22ed1290c55e7ca0e8cbd7028ddd4c397a71174
tree665f4e45707edd30e1ab5e982de10a2b321d8894
parent81a93ef24a502f74f542845b3a35f22a573f6876
cmd/cgo: for typedef of untagged struct, use typedef name in C code

Fixes #8148.

LGTM=cookieo9, rsc
R=rsc, cookieo9
CC=golang-codereviews
https://golang.org/cl/103080043
misc/cgo/test/issue8148.go [new file with mode: 0644]
src/cmd/cgo/gcc.go