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