Removed SYMANTEC_CFM68K support.

This commit is contained in:
Jack Jansen 2000-06-04 22:07:37 +00:00
parent d4d24cd96b
commit fb1aafd06c
1 changed files with 0 additions and 4 deletions

View File

@ -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