From: Guido van Rossum Date: Tue, 29 Apr 1997 16:23:44 +0000 (+0000) Subject: Added new name for inittab! X-Git-Tag: v1.5a1~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e601c0f55d383cc55449c138f3ba5e4d2c9cc2a3;p=python Added new name for inittab! --- diff --git a/Include/rename2.h b/Include/rename2.h index e57c26f5dd..7901ba70db 100644 --- a/Include/rename2.h +++ b/Include/rename2.h @@ -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 }