commit | fb1aafd06cd8bd60c9131618e7158c3267fbdb29 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Sun Jun 04 22:07:37 2000 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Sun Jun 04 22:07:37 2000 +0000 |
tree | 112f92d746e06b3b1d5c2b376904367d30ef6b2c | |
parent | d4d24cd96b3e2c5eb5294e47337528b587b5ee65 [diff] |
Removed SYMANTEC_CFM68K support.
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 @@ struct _inittab _PyImport_Inittab[] = { {"array", initarray}, -#ifndef SYMANTEC__CFM68K__ -/* The math library seems mostly broken... */ - {"math", initmath}, -#endif #ifndef WITHOUT_COMPLEX {"cmath", initcmath}, #endif