summaryrefslogtreecommitdiffstats
path: root/Include/allobjects.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/allobjects.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/allobjects.h')
-rw-r--r--Include/allobjects.h4
1 files changed, 2 insertions, 2 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