diff options
-rw-r--r-- | Modules/_testcapi/parts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_testcapi/parts.h b/Modules/_testcapi/parts.h index 1111021e18..54cddf4b09 100644 --- a/Modules/_testcapi/parts.h +++ b/Modules/_testcapi/parts.h @@ -1,3 +1,3 @@ #include "Python.h" -PyAPI_FUNC(int) _PyTestCapi_Init_Vectorcall(PyObject *module); +int _PyTestCapi_Init_Vectorcall(PyObject *module); |