Skip to content

Commit 3a6c20d

Browse files
committed
Add __attribute__((visibility("hidden")))
1 parent aa2b0df commit 3a6c20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/jit/jit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ typedef jit_func __attribute__((preserve_none)) jit_func_preserve_none;
88
TYPE NAME = (TYPE)(uintptr_t)&ALIAS;
99

1010
#define DECLARE_TARGET(NAME) \
11-
_Py_CODEUNIT *__attribute__((preserve_none)) \
11+
_Py_CODEUNIT *__attribute__((preserve_none, visibility("hidden"))) \
1212
NAME(_PyInterpreterFrame *frame, _PyStackRef *stack_pointer, PyThreadState *tstate);

0 commit comments

Comments
 (0)