diff options
Diffstat (limited to 'Include/pyerrors.h')
-rw-r--r-- | Include/pyerrors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pyerrors.h b/Include/pyerrors.h index 243bc01..fb9ce91 100644 --- a/Include/pyerrors.h +++ b/Include/pyerrors.h @@ -229,6 +229,7 @@ int PySignal_SetWakeupFd(int fd); /* Support for adding program text to SyntaxErrors */ PyAPI_FUNC(void) PyErr_SyntaxLocation(const char *, int); +PyAPI_FUNC(void) PyErr_SyntaxLocationEx(const char *, int, int); PyAPI_FUNC(PyObject *) PyErr_ProgramText(const char *, int); /* The following functions are used to create and modify unicode |