]> Cypherpunks repositories - gostls13.git/commit
cgo now renders types with unknown size as [0]byte instead of raising a
authorEden Li <eden.li@gmail.com>
Fri, 20 Nov 2009 06:09:01 +0000 (22:09 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 20 Nov 2009 06:09:01 +0000 (22:09 -0800)
commitb30f753dc36ed55207295bc8e6dbadca305339a9
tree1669e64fd35fe9ccec3f0ac22b4f3430d7e14972
parent6e0767bb04345bfdb963d9bda98608eebe0ea4ab
cgo now renders types with unknown size as [0]byte instead of raising a
fatal error.
Fixes #126.

R=rsc
https://golang.org/cl/157101
src/cmd/cgo/gcc.go