mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Removed SYMANTEC_CFM68K support.
This commit is contained in:
parent
d4d24cd96b
commit
fb1aafd06c
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue