Commit af06378b authored by Jack Jansen's avatar Jack Jansen

Removed SYMANTEC_CFM68K support.

parent 55cf8d70
...@@ -168,10 +168,6 @@ extern void initimp(); ...@@ -168,10 +168,6 @@ extern void initimp();
struct _inittab _PyImport_Inittab[] = { struct _inittab _PyImport_Inittab[] = {
{"array", initarray}, {"array", initarray},
#ifndef SYMANTEC__CFM68K__
/* The math library seems mostly broken... */
{"math", initmath},
#endif
#ifndef WITHOUT_COMPLEX #ifndef WITHOUT_COMPLEX
{"cmath", initcmath}, {"cmath", initcmath},
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment