Skip to content

Commit ec9b775

Browse files
committed
use extern for _Py_jit_entry in _testinternalcapi
1 parent 478d086 commit ec9b775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_testinternalcapi/interpreter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stop_tracing_and_jit(PyThreadState *tstate, _PyInterpreterFrame *frame)
2121
}
2222
#endif
2323

24-
_PyJitEntryFuncPtr _Py_jit_entry;
24+
extern _PyJitEntryFuncPtr _Py_jit_entry;
2525

2626
#if _Py_TAIL_CALL_INTERP
2727
#include "test_targets.h"

0 commit comments

Comments
 (0)