]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: updated exported function parameter names
authorNathan Fiscaletti <nathan.fiscaletti@vrazo.com>
Tue, 10 Mar 2020 00:22:01 +0000 (00:22 +0000)
committerIan Lance Taylor <iant@golang.org>
Tue, 10 Mar 2020 00:47:23 +0000 (00:47 +0000)
commit92d1fb7cb45fea67584c48ba590a4158864029b7
tree56c36b1798cae82fc7d871990d0b225168c571f4
parenta79ac2b819db2680ba835b9a76de9bcce10c5099
cmd/cgo: updated exported function parameter names

Functions that are exported through cgo will now retain their
parameter names provided that their parameter names use only
ASCII characters.

Fixes #37746

Change-Id: Ia5f643e7d872312e81c224febd1f81ce14425c32
GitHub-Last-Rev: 220959bebae7d654d96530498f40e3a2abe95080
GitHub-Pull-Request: golang/go#37750
Reviewed-on: https://go-review.googlesource.com/c/go/+/222619
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/cgo/out.go