summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/macconfig.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-06-04 22:07:37 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-06-04 22:07:37 (GMT)
commitfb1aafd06cd8bd60c9131618e7158c3267fbdb29 (patch)
tree112f92d746e06b3b1d5c2b376904367d30ef6b2c /Mac/Modules/macconfig.c
parentd4d24cd96b3e2c5eb5294e47337528b587b5ee65 (diff)
downloadcpython-fb1aafd06cd8bd60c9131618e7158c3267fbdb29.zip
cpython-fb1aafd06cd8bd60c9131618e7158c3267fbdb29.tar.gz
cpython-fb1aafd06cd8bd60c9131618e7158c3267fbdb29.tar.bz2
Removed SYMANTEC_CFM68K support.
Diffstat (limited to 'Mac/Modules/macconfig.c')
-rw-r--r--Mac/Modules/macconfig.c4
1 files changed, 0 insertions, 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