summaryrefslogtreecommitdiffstats
path: root/Include
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
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')
-rw-r--r--Include/allobjects.h4
-rw-r--r--Include/mymalloc.h2
-rw-r--r--Include/mymath.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h
index b156e2e..7d1daff 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -51,7 +51,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "config.h"
#endif
-#ifdef __CFM68K__
+#ifdef SYMANTEC__CFM68K__
#define UsingSharedLibs
#endif
@@ -61,7 +61,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "myproto.h"
-#ifdef __CFM68K__
+#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif
diff --git a/Include/mymalloc.h b/Include/mymalloc.h
index db0c9bd..f1e9352 100644
--- a/Include/mymalloc.h
+++ b/Include/mymalloc.h
@@ -56,7 +56,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
extern "C" {
#endif
-#ifdef __CFM68K__
+#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif
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