summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules')
-rw-r--r--Mac/Modules/macosmodule.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c
index 6790418..3217f86 100644
--- a/Mac/Modules/macosmodule.c
+++ b/Mac/Modules/macosmodule.c
@@ -47,10 +47,6 @@ static PyObject *MacOS_Error; /* Exception MacOS.Error */
#define PATHNAMELEN 256
#endif
-#ifdef MPW
-#define bufferIsSmall -607 /*error returns from Post and Accept */
-#endif
-
/* ----------------------------------------------------- */
/* Declarations for objects of type Resource fork */
@@ -778,4 +774,3 @@ initMacOS(void)
return;
}
-