From: Guido van Rossum Date: Sat, 18 Feb 1995 15:02:02 +0000 (+0000) Subject: cfm 68k support X-Git-Tag: v1.2b4~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fed183f2244413f31a44e1c7214495712ca4d00;p=thirdparty%2FPython%2Fcpython.git cfm 68k support --- diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index ceb8a9620da1..7dcc497f6d2b 100644 --- a/Mac/Modules/macosmodule.c +++ b/Mac/Modules/macosmodule.c @@ -31,6 +31,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. static PyObject *MacOS_Error; /* Exception MacOS.Error */ +#ifdef __SC__ +#define bufferIsSmall -607 /*error returns from Post and Accept */ +#endif + /*----------------------------------------------------------------------*/ /* Miscellaneous File System Operations */