We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9176d82 commit 35e0295Copy full SHA for 35e0295
1 file changed
vlib/v/gen/c/cheaders.v
@@ -192,7 +192,7 @@ const c_common_macros = '
192
#else
193
#define VV_EXP extern __attribute__((visibility("default")))
194
#endif
195
- #if defined(__clang__) && (defined(_VUSECACHE) || defined(_VBUILDMODULE) || defined(_VOBJECTFILE))
+ #if defined(_VOBJECTFILE) || (defined(__clang__) && (defined(_VUSECACHE) || defined(_VBUILDMODULE)))
196
#define VV_LOC static
197
198
#define VV_LOC __attribute__ ((visibility ("hidden")))
0 commit comments