From fb1aafd06cd8bd60c9131618e7158c3267fbdb29 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sun, 4 Jun 2000 22:07:37 +0000 Subject: Removed SYMANTEC_CFM68K support. --- Mac/Modules/macconfig.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c index f860977..781e238 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 -- cgit v0.12