Added new name for inittab!

This commit is contained in:
Guido van Rossum 1997-04-29 16:23:44 +00:00
parent 63c35e5407
commit e601c0f55d
1 changed files with 1 additions and 0 deletions

View File

@ -428,6 +428,7 @@ PERFORMANCE OF THIS SOFTWARE.
#define import_filetab _PyImport_Filetab
#define import_maxsuffixsize _PyImport_MaxSuffixSize
#define load_dynamic_module _PyImport_LoadDynamicModule
#define inittab _PyImport_Inittab
#ifdef __cplusplus
}