]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: prepare for 64-bit ints
authorRuss Cox <rsc@golang.org>
Mon, 24 Sep 2012 18:58:57 +0000 (14:58 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 24 Sep 2012 18:58:57 +0000 (14:58 -0400)
commit5501a097a9ec5d082dad447c92d0eac298dede4d
treee34b65510902a9318b149b4b53f2285e5f648e94
parent0a006b4923c129a4b699f5ba17114fc98e20ce4c
cmd/cgo: prepare for 64-bit ints

This CL makes the size of an int controlled by a variable
in cgo instead of hard-coding 4 (or 32 bits) in various places.

Update #2188.

R=iant, r, dave
CC=golang-dev
https://golang.org/cl/6548061
src/cmd/cgo/gcc.go
src/cmd/cgo/main.go
src/cmd/cgo/out.go