mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Got rid of old (non-carbon-ppc and even cfm68k) file extensions for
extension modules.
This commit is contained in:
parent
d5ae01a803
commit
c389ec8d55
1 changed files with 0 additions and 8 deletions
|
@ -17,15 +17,7 @@
|
||||||
|
|
||||||
const struct filedescr _PyImport_DynLoadFiletab[] = {
|
const struct filedescr _PyImport_DynLoadFiletab[] = {
|
||||||
{".slb", "rb", C_EXTENSION},
|
{".slb", "rb", C_EXTENSION},
|
||||||
#ifdef __CFM68K__
|
|
||||||
{".CFM68K.slb", "rb", C_EXTENSION},
|
|
||||||
#else
|
|
||||||
#if TARGET_API_MAC_CARBON
|
|
||||||
{".carbon.slb", "rb", C_EXTENSION},
|
{".carbon.slb", "rb", C_EXTENSION},
|
||||||
#else
|
|
||||||
{".ppc.slb", "rb", C_EXTENSION},
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
{0, 0}
|
{0, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue