summaryrefslogtreecommitdiffstats
path: root/Include/mymath.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-06-27 13:12:09 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-06-27 13:12:09 (GMT)
commitf9480ce4d43187c3c7acce2a575a886b5d11d88a (patch)
tree2ed0c1a60c7cc151177bbc5d505585e1cb954d1e /Include/mymath.h
parent464f62b6c036651a6d64fc0861998924078d6132 (diff)
downloadcpython-f9480ce4d43187c3c7acce2a575a886b5d11d88a.zip
cpython-f9480ce4d43187c3c7acce2a575a886b5d11d88a.tar.gz
cpython-f9480ce4d43187c3c7acce2a575a886b5d11d88a.tar.bz2
Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
unique set of ideosyncracies:-(
Diffstat (limited to 'Include/mymath.h')
-rw-r--r--Include/mymath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/mymath.h b/Include/mymath.h
index b34b77e..36ee1eb 100644
--- a/Include/mymath.h
+++ b/Include/mymath.h
@@ -5,12 +5,12 @@
symbols doesn't quite work...
XXX Not sure now... Seems to be something else going on as well... */
-#ifdef __CFM68K__
+#ifdef SYMANTEC__CFM68K__
#pragma lib_export off
#endif
#include <math.h>
-#ifdef __CFM68K__
+#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif