]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 27 Jun 1995 13:12:09 +0000 (13:12 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 27 Jun 1995 13:12:09 +0000 (13:12 +0000)
unique set of ideosyncracies:-(

Include/allobjects.h
Include/mymalloc.h
Include/mymath.h

index b156e2e8be7dbd2f0f1da015a5067a50c0b24f86..7d1daff71281ba81f95ea9fb5f91b9d5a3b802bf 100644 (file)
@@ -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
 
index db0c9bd4184dc5b61bc045d6b7e09ea2728185af..f1e9352c35467d31b4b2058d9e388d42f029e824 100644 (file)
@@ -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
 
index b34b77e2b97c5065b3a5bb0017e7b6bcd397986b..36ee1eb133a49a7fdd1980f2ddae8c743cb771d0 100644 (file)
@@ -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