From e6d9ccc33abd6c26a6dc7d9e120021008d696436 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 21 Feb 1995 21:01:05 +0000 Subject: change SC ifdef to MPW --- Mac/Modules/macosmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index c1bab50..177ddcd 100644 --- a/Mac/Modules/macosmodule.c +++ b/Mac/Modules/macosmodule.c @@ -31,7 +31,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. static PyObject *MacOS_Error; /* Exception MacOS.Error */ -#ifdef __SC__ +#ifdef MPW #define bufferIsSmall -607 /*error returns from Post and Accept */ #endif -- cgit v0.12