diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-27 13:15:15 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-27 13:15:15 +0000 |
commit | 76974a88b0c908fe311b66c9bde93d481a5e6bf2 (patch) | |
tree | 181aa6d7434fb9715314727fa21555d660574838 /Python/errors.c | |
parent | 02a607d4005215abb5b014829e26c5aaa6de83fa (diff) | |
download | cpython-76974a88b0c908fe311b66c9bde93d481a5e6bf2.tar.gz |
Porting to CW CFM68K
Diffstat (limited to 'Python/errors.c')
-rw-r--r-- | Python/errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/errors.c b/Python/errors.c index 6f2f134d44..3c721b8ff6 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -60,7 +60,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include <errno.h> -#ifdef __CFM68K__ +#ifdef SYMANTEC__CFM68K__ #pragma lib_export on #endif |