Porting to CW CFM68K
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 @@
 
 #include <errno.h>
 
-#ifdef __CFM68K__
+#ifdef SYMANTEC__CFM68K__
 #pragma lib_export on
 #endif