diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-02-14 16:00:27 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-02-14 16:00:27 (GMT) |
commit | b852b74c71fd029c4e78bf16c7b910e576027249 (patch) | |
tree | 84b28e50ab70c0d97b7dedc764a3ce24d53c9fa8 /Mac/mwerks/mwfopenrf.c | |
parent | 3df881c5a546df82a8d80ee0255f6f2887dd2fae (diff) | |
download | cpython-b852b74c71fd029c4e78bf16c7b910e576027249.zip cpython-b852b74c71fd029c4e78bf16c7b910e576027249.tar.gz cpython-b852b74c71fd029c4e78bf16c7b910e576027249.tar.bz2 |
For gusi-based python
Diffstat (limited to 'Mac/mwerks/mwfopenrf.c')
-rw-r--r-- | Mac/mwerks/mwfopenrf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/mwerks/mwfopenrf.c b/Mac/mwerks/mwfopenrf.c index e07cf50..60ca3f8 100644 --- a/Mac/mwerks/mwfopenrf.c +++ b/Mac/mwerks/mwfopenrf.c @@ -4,7 +4,7 @@ ** Jack Jansen, CWI, August 1995. */ -#ifdef __MWERKS__ +#if defined(__MWERKS__) && !defined(USE_GUSI) #include <stdio.h> #include <unix.h> #include <errno.h> |