]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: make C function pointers non-assignable
authorMatthew Dempsky <mdempsky@google.com>
Tue, 12 Aug 2014 19:55:12 +0000 (12:55 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 12 Aug 2014 19:55:12 +0000 (12:55 -0700)
commit11016f62d83435c352261fe250ae36660c50c17f
tree0e37ce2db212cb7891d460d8e26b604491c91b89
parente4d4787581f0e00af743ae2eb41daf0e28003d23
cmd/cgo: make C function pointers non-assignable

Fixes #7757.
Fixes #8488.

LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/118690044
misc/cgo/errors/issue7757.go [new file with mode: 0644]
misc/cgo/errors/test.bash
src/cmd/cgo/gcc.go
src/cmd/cgo/out.go