]> granicus.if.org Git - python/commitdiff
Removed SYMANTEC_CFM68K support.
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 4 Jun 2000 22:07:37 +0000 (22:07 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 4 Jun 2000 22:07:37 +0000 (22:07 +0000)
Mac/Modules/macconfig.c

index f86097752ad821f15752350c9af4abf1b5a50d64..781e238e809bf00701218214a4ff5c285641ae7c 100644 (file)
@@ -168,10 +168,6 @@ extern void initimp();
 struct _inittab _PyImport_Inittab[] = {
 
        {"array", initarray},
-#ifndef SYMANTEC__CFM68K__
-/* The math library seems mostly broken... */
-       {"math", initmath},
-#endif
 #ifndef WITHOUT_COMPLEX
        {"cmath", initcmath},
 #endif