diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-08-07 21:03:33 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-08-07 21:03:33 (GMT) |
commit | 5660639f9f1121cdb7abf6202a6005f1a890a1e5 (patch) | |
tree | b5f2175165537308093cc33a0a73fcfd88f2598c /Mac/Include | |
parent | 0d15908629647f9c9a027c89db74b411e90380c1 (diff) | |
download | cpython-5660639f9f1121cdb7abf6202a6005f1a890a1e5.zip cpython-5660639f9f1121cdb7abf6202a6005f1a890a1e5.tar.gz cpython-5660639f9f1121cdb7abf6202a6005f1a890a1e5.tar.bz2 |
Moved PyOS_StackCheck prototype to pythonrun.h
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/macglue.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h index ba492ad..3a251e1 100644 --- a/Mac/Include/macglue.h +++ b/Mac/Include/macglue.h @@ -69,7 +69,6 @@ void PyMac_GetSchedParams(PyMacSchedParams *); /* Get schedulers params */ void PyMac_SetSchedParams(PyMacSchedParams *); /* Set schedulers params */ PyObject *PyErr_Mac(PyObject *, int); /* Exception with a mac error */ PyObject *PyMac_Error(OSErr); /* Uses PyMac_GetOSErrException */ -int PyOS_CheckStack(void); /* Check that we aren't overflowing our stack */ int PyMac_DoYield(int, int); /* Yield cpu. First arg is maxtime, second ok to call python */ int PyMac_HandleEvent(EventRecord *); /* Handle one event, possibly in Python */ void PyMac_HandleEventIntern(EventRecord *); /* Handle one event internal only */ |