Commit c389ec8d authored by Jack Jansen's avatar Jack Jansen

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

extension modules.
parent d5ae01a8
......@@ -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}
};
......
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