diff options
Diffstat (limited to 'contrib/tools/python/src/Include/pyerrors.h')
| -rw-r--r-- | contrib/tools/python/src/Include/pyerrors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python/src/Include/pyerrors.h b/contrib/tools/python/src/Include/pyerrors.h index 51134ef7b25..095594959e8 100644 --- a/contrib/tools/python/src/Include/pyerrors.h +++ b/contrib/tools/python/src/Include/pyerrors.h @@ -91,7 +91,7 @@ PyAPI_FUNC(void) PyErr_Restore(PyObject *, PyObject *, PyObject *); PyAPI_FUNC(int) PyErr_GivenExceptionMatches(PyObject *, PyObject *); PyAPI_FUNC(int) PyErr_ExceptionMatches(PyObject *); PyAPI_FUNC(void) PyErr_NormalizeException(PyObject**, PyObject**, PyObject**); -PyAPI_FUNC(void) _PyErr_ReplaceException(PyObject *, PyObject *, PyObject *); +PyAPI_FUNC(void) _PyErr_ReplaceException(PyObject *, PyObject *, PyObject *); /* */ |
