Skip to content

Commit a468604

Browse files
remove useless extern
1 parent bc1d927 commit a468604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pylifecycle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static void call_ll_exitfuncs(_PyRuntimeState *runtime);
109109
_Py_COMP_DIAG_PUSH
110110
_Py_COMP_DIAG_IGNORE_DEPR_DECLS
111111

112-
GENERATE_DEBUG_SECTION(PyRuntime, extern _PyRuntimeState _PyRuntime)
112+
GENERATE_DEBUG_SECTION(PyRuntime, _PyRuntimeState _PyRuntime)
113113
= _PyRuntimeState_INIT(_PyRuntime, _Py_Debug_Cookie);
114114
_Py_COMP_DIAG_POP
115115

0 commit comments

Comments
 (0)