diff options
author | Skip Montanaro <skip@pobox.com> | 2000-07-12 17:21:42 +0000 |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2000-07-12 17:21:42 +0000 |
commit | fc0d4eecf6488fe4c2656063ea89edd88dd2fa65 (patch) | |
tree | 3bef3a5150e2fe4cf87d87a30c3eab57da366b83 /Python/errors.c | |
parent | a2944c879f331117b254f7fb4c5ce15298e1e852 (diff) | |
download | cpython-fc0d4eecf6488fe4c2656063ea89edd88dd2fa65.tar.gz |
delete obsolete SYMANTEC__CFM68K__ #ifdefs
Diffstat (limited to 'Python/errors.c')
-rw-r--r-- | Python/errors.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/errors.c b/Python/errors.c index 4a3573e4dc..2b6a86344b 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -12,10 +12,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "Python.h" -#ifdef SYMANTEC__CFM68K__ -#pragma lib_export on -#endif - #ifdef macintosh extern char *PyMac_StrError(int); #undef strerror |