]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: use standard C syntax for complex types
authorIan Lance Taylor <iant@golang.org>
Fri, 11 Dec 2015 03:38:14 +0000 (19:38 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 14 Dec 2015 18:15:32 +0000 (18:15 +0000)
commit91c3cae83af4f56d0d38a61f020c2c6e09d6f4c6
tree5b721833dfbee92e78b90c1508c934ff18e2e651
parent61eb7058d0bd04fe4f616ddd011e0c0cb2eaa39d
cmd/cgo: use standard C syntax for complex types

(instead of using a GCC extension).

Change-Id: I110dc45bfe5f1377fe3453070eccde283b5cc161
Reviewed-on: https://go-review.googlesource.com/17716
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/cgo/out.go