Got rid of old (non-carbon-ppc and even cfm68k) file extensions for

extension modules.
This commit is contained in:
Jack Jansen 2002-12-16 13:16:25 +00:00
parent d5ae01a803
commit c389ec8d55
1 changed files with 0 additions and 8 deletions

View File

@ -17,15 +17,7 @@
const struct filedescr _PyImport_DynLoadFiletab[] = {
{".slb", "rb", C_EXTENSION},
#ifdef __CFM68K__
{".CFM68K.slb", "rb", C_EXTENSION},
#else
#if TARGET_API_MAC_CARBON
{".carbon.slb", "rb", C_EXTENSION},
#else
{".ppc.slb", "rb", C_EXTENSION},
#endif
#endif
{0, 0}
};