diff --git a/Include/internal/pycore_ceval.h b/Include/internal/pycore_ceval.h index b6ce954da8f4d0..921b1cfcd3ac4d 100644 --- a/Include/internal/pycore_ceval.h +++ b/Include/internal/pycore_ceval.h @@ -157,6 +157,7 @@ extern int _Py_HandlePending(PyThreadState *tstate); extern PyObject * _PyEval_GetFrameLocals(void); + #ifdef __cplusplus } #endif