From: Jack Jansen Date: Mon, 7 Aug 2000 21:03:33 +0000 (+0000) Subject: Moved PyOS_StackCheck prototype to pythonrun.h X-Git-Tag: v2.0b1~542 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5660639f9f1121cdb7abf6202a6005f1a890a1e5;p=thirdparty%2FPython%2Fcpython.git Moved PyOS_StackCheck prototype to pythonrun.h --- diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h index ba492add5d5b..3a251e154476 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 */