From: Jack Jansen Date: Sun, 4 Jun 2000 22:07:37 +0000 (+0000) Subject: Removed SYMANTEC_CFM68K support. X-Git-Tag: v2.0b1~1574 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb1aafd06cd8bd60c9131618e7158c3267fbdb29;p=thirdparty%2FPython%2Fcpython.git Removed SYMANTEC_CFM68K support. --- diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c index f86097752ad8..781e238e809b 100644 --- a/Mac/Modules/macconfig.c +++ b/Mac/Modules/macconfig.c @@ -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