]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: avoid errors from -Wdeclaration-after-statement
authorIan Lance Taylor <iant@golang.org>
Wed, 26 Feb 2025 22:02:14 +0000 (14:02 -0800)
committerGopher Robot <gobot@golang.org>
Wed, 26 Feb 2025 22:39:37 +0000 (14:39 -0800)
commit2e71ae33ca3339cc2f7554ec6a8a39c5938f1001
tree70e441a116b0ca62826421fe11506c9c702742e1
parentc55c1cbd04ca42c70adadc86e1f48f3678be10cc
runtime/cgo: avoid errors from -Wdeclaration-after-statement

CL 652181 accidentally missed this iPhone only code.

For #71961

Change-Id: I567f8bb38958907442e69494da330d5199d11f54
Reviewed-on: https://go-review.googlesource.com/c/go/+/653135
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/cgo/gcc_darwin_arm64.c