Skip to content

Commit 35e0295

Browse files
committed
cgen: is_o fix
1 parent 9176d82 commit 35e0295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vlib/v/gen/c/cheaders.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ const c_common_macros = '
192192
#else
193193
#define VV_EXP extern __attribute__((visibility("default")))
194194
#endif
195-
#if defined(__clang__) && (defined(_VUSECACHE) || defined(_VBUILDMODULE) || defined(_VOBJECTFILE))
195+
#if defined(_VOBJECTFILE) || (defined(__clang__) && (defined(_VUSECACHE) || defined(_VBUILDMODULE)))
196196
#define VV_LOC static
197197
#else
198198
#define VV_LOC __attribute__ ((visibility ("hidden")))

0 commit comments

Comments
 (0)