From 9fed183f2244413f31a44e1c7214495712ca4d00 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 18 Feb 1995 15:02:02 +0000 Subject: [PATCH] cfm 68k support --- Mac/Modules/macosmodule.c | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.47.3