]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: support niladic macros for gccgo
authorIan Lance Taylor <iant@golang.org>
Sat, 6 Jan 2018 00:52:53 +0000 (16:52 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 10 Jan 2018 20:47:34 +0000 (20:47 +0000)
commit1b89dada1ae7e2378a06f0ffeebb31f925fb08e9
tree579fea1873fec9dc34377f284153c8f954a78755
parentf7d8098a7b6148811824bf50ec32c8f8d0a35d12
cmd/cgo: support niladic macros for gccgo

https://golang.org/cl/43970 changed writeOutputFunc to support niladic
function-like macros; apply the corresponding change to
writeGccgoOutputFunc.

Updates #10715
Updates #18720

Change-Id: I5decb1d37ec71507466ade2eeda4b89c8785eaef
Reviewed-on: https://go-review.googlesource.com/86475
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hiroshi Ioka <hirochachacha@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/cgo/out.go