diff options
| author | Guido van Rossum <guido@python.org> | 1995-02-21 21:01:05 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1995-02-21 21:01:05 +0000 |
| commit | e6d9ccc33abd6c26a6dc7d9e120021008d696436 (patch) | |
| tree | a07ade39375c57d795f1bba22aca52da18e3e039 /Mac/Modules/macosmodule.c | |
| parent | 8656ad5b3008b7de1e6903810a34c63ff2f1a315 (diff) | |
| download | cpython-git-e6d9ccc33abd6c26a6dc7d9e120021008d696436.tar.gz | |
change SC ifdef to MPW
Diffstat (limited to 'Mac/Modules/macosmodule.c')
| -rw-r--r-- | Mac/Modules/macosmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index c1bab504ab..177ddcd091 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 |
