]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo/testsovar: needs the `extern` keyword to export variables on non-windows...
authorIngo Krabbe <ikrabbe.ask@gmail.com>
Tue, 21 Jul 2015 10:49:59 +0000 (12:49 +0200)
committerIan Lance Taylor <iant@golang.org>
Tue, 21 Jul 2015 18:10:57 +0000 (18:10 +0000)
Change-Id: I87fa25214fbf24469148a63f4e1e61e261105c16
Reviewed-on: https://go-review.googlesource.com/12470
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testsovar/cgoso_c.h

index ab304cdcaa5183a528d09bac1d91006709b88014..640db7b396a1cc8e832baeafa7327b43545fd8e7 100644 (file)
@@ -11,7 +11,7 @@
 #    define VAR __declspec(dllimport)
 #endif
 #else
-#    define VAR
+#    define VAR extern
 #endif
 
 VAR const char *exported_var;