]> Cypherpunks repositories - gostls13.git/commit
cgo: don't overwrite p.Crefs
authorDevon H. O'Dell <devon.odell@gmail.com>
Wed, 23 Dec 2009 17:26:21 +0000 (09:26 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 23 Dec 2009 17:26:21 +0000 (09:26 -0800)
commit7c9111434a6ef6ee8fb01fcdda28bd4f935ddbd3
treef4f1839c7a62a13f826b65ce2417cd5c5ed55013
parent3f25c8a2ef3f9e9c55132ff770ae54efd289a21d
cgo: don't overwrite p.Crefs

It's expected to be shared between all files so that all types are output.
Fixes bug reported on mailing list by Peter Froehlich.

R=rsc, phf
CC=golang-dev
https://golang.org/cl/183043
src/cmd/cgo/ast.go