Commit e0aa80f6 authored by Barry Warsaw's avatar Barry Warsaw

Added declaration for PyErr_SetInterrupt.

parent c03336c9
...@@ -75,7 +75,10 @@ extern PyObject *PyErr_SetFromErrno Py_PROTO((PyObject *)); ...@@ -75,7 +75,10 @@ extern PyObject *PyErr_SetFromErrno Py_PROTO((PyObject *));
extern void PyErr_BadInternalCall Py_PROTO((void)); extern void PyErr_BadInternalCall Py_PROTO((void));
extern int PyErr_CheckSignals Py_PROTO((void)); /* In sigcheck.c or signalmodule.c */ /* In sigcheck.c or signalmodule.c */
extern int PyErr_CheckSignals Py_PROTO((void));
extern void PyErr_SetInterrupt Py_PROTO((void));
#ifdef __cplusplus #ifdef __cplusplus
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment