diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 15:24:47 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 15:24:47 (GMT) |
commit | fb2765666f23434061e5def1aa8392797edf1f43 (patch) | |
tree | de935c5b77d6b50ad326dd41c94294ebd00e9cfa /Mac | |
parent | 61963220666a79d5c1811991a31261a5d993bcdb (diff) | |
download | cpython-fb2765666f23434061e5def1aa8392797edf1f43.zip cpython-fb2765666f23434061e5def1aa8392797edf1f43.tar.gz cpython-fb2765666f23434061e5def1aa8392797edf1f43.tar.bz2 |
Getting rid of support for the ancient Apple MPW compiler.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Modules/macosmodule.c | 5 |
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; } - |