Skip to content

Commit d9b2eec

Browse files
committed
extern _Py_jit_entry in Modules/_testinternalcapi/interpreter.c
1 parent 81484c5 commit d9b2eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)