]> Cypherpunks repositories - gostls13.git/commit
cmd/cc: translate C Eface type as Go interface{}
authorRuss Cox <rsc@golang.org>
Thu, 28 Aug 2014 03:41:27 +0000 (23:41 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 28 Aug 2014 03:41:27 +0000 (23:41 -0400)
commit948bb9150e962ee77475d2abc6585ecc7ac7f755
tree9c1c5ae2655046a91c6053317a5d7f88dbe2650e
parentfee7c69c6c091d93c8c709ed562a477fd199bb3b
cmd/cc: translate C Eface type as Go interface{}

This will allow structs containing Efaces in C to be
manipulated as structs containing real interfaces in Go.
The eface struct is still defined for use by Go code.

LGTM=iant
R=golang-codereviews, iant
CC=dvyukov, golang-codereviews, khr, r
https://golang.org/cl/133980044
src/cmd/cc/godefs.c