1
0
mirror of https://github.com/golang/go synced 2024-10-04 05:31:21 -06:00
go/misc/cgo
Brad Fitzpatrick e8689404a7 cgo: add missing semicolon in generated struct
This affected certain signatures needing padding
like:

//export Foo
func Foo() (int, C.long) { ... }

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4745047
2011-07-18 07:23:52 -07:00
..
gmp go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
life cgo: handle references to symbols in shared libraries 2010-12-17 11:37:11 -08:00
stdio runtime: scheduler, cgo reorganization 2011-03-07 10:37:42 -05:00
test cgo: add missing semicolon in generated struct 2011-07-18 07:23:52 -07:00