Commit 2e38b351 authored by Ingo Krabbe's avatar Ingo Krabbe Committed by Ian Lance Taylor

misc/cgo/testsovar: needs the `extern` keyword to export variables on non-windows platforms

Change-Id: I87fa25214fbf24469148a63f4e1e61e261105c16
Reviewed-on: https://go-review.googlesource.com/12470
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent e9fcd6ed
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# define VAR __declspec(dllimport) # define VAR __declspec(dllimport)
#endif #endif
#else #else
# define VAR # define VAR extern
#endif #endif
VAR const char *exported_var; VAR const char *exported_var;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment