From: Guido van Rossum Date: Tue, 21 Feb 1995 21:01:05 +0000 (+0000) Subject: change SC ifdef to MPW X-Git-Tag: v1.2b4~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6d9ccc33abd6c26a6dc7d9e120021008d696436;p=thirdparty%2FPython%2Fcpython.git change SC ifdef to MPW --- diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index c1bab504aba3..177ddcd091da 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