summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-06-27 13:15:15 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-06-27 13:15:15 (GMT)
commiteceb3e3f0a7d0f58ac75b46cc1c907eaf21dd472 (patch)
treefed0f6b3552e28fbb54f97abffdeddf2cacf9c74 /Python/errors.c
parentf9480ce4d43187c3c7acce2a575a886b5d11d88a (diff)
downloadcpython-eceb3e3f0a7d0f58ac75b46cc1c907eaf21dd472.zip
cpython-eceb3e3f0a7d0f58ac75b46cc1c907eaf21dd472.tar.gz
cpython-eceb3e3f0a7d0f58ac75b46cc1c907eaf21dd472.tar.bz2
Porting to CW CFM68K
Diffstat (limited to 'Python/errors.c')
-rw-r--r--Python/errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/errors.c b/Python/errors.c
index 6f2f134..3c721b8 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