1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/misc/cgo
Russ Cox 043ace1213 cmd/cgo: fix Xcode 5 incompatibility for #defined expressions
Ensure that clang always exits with a non-zero status by
giving it something that it always warns about (the statement "1;").

Fixes #6128.

R=golang-dev, iant, minux.ma
CC=golang-dev
https://golang.org/cl/14702043
2013-10-15 14:34:46 -04:00
..
errors cmd/cgo: don't let #cgo directives mess up line numbering 2013-09-03 21:15:15 -07:00
gmp misc/cgo/gmp: fix typo. 2013-03-30 19:02:14 +08:00
life misc/cgo: prepare for 64-bit ints 2012-09-24 14:58:45 -04:00
stdio misc/cgo/stdio: make it work on Windows and also test it 2012-09-20 00:27:23 +08:00
test cmd/cgo: fix Xcode 5 incompatibility for #defined expressions 2013-10-15 14:34:46 -04:00
testasan runtime: more flexible heap memory mapping on 64-bits 2013-06-12 18:47:16 +04:00
testcdefs cmd/cgo: Fix issue with cgo cdefs 2013-07-24 17:27:42 -07:00
testso cgo: enable cgo on dragonfly 2013-09-04 15:19:21 -07:00
testtls cmd/ld: emit TLS relocations during external linking 2013-03-27 13:27:35 -07:00