]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: consistently map void* to *byte under -{c,go}defs
authorMatthew Dempsky <mdempsky@google.com>
Wed, 6 Aug 2014 17:28:19 +0000 (10:28 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 6 Aug 2014 17:28:19 +0000 (10:28 -0700)
commit2b9f3fceadf26d6f73ae76c640b6f6c3b821c706
tree61772f521e931551110993737b3635af672515ca
parent7dfcebbd2dcdd99a43b66f50f8cc631cf1d9c082
cmd/cgo: consistently map void* to *byte under -{c,go}defs

Fixes #8478.

LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/122150043
misc/cgo/testgodefs/issue8478.go [new file with mode: 0644]
misc/cgo/testgodefs/main.go
misc/cgo/testgodefs/test.bash
src/cmd/cgo/gcc.go