diff options
author | Guido van Rossum <guido@python.org> | 1997-04-29 16:23:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-29 16:23:44 (GMT) |
commit | e601c0f55d383cc55449c138f3ba5e4d2c9cc2a3 (patch) | |
tree | 5494a3b00cdba521956ebe85a1588db9948067a5 /Include | |
parent | 63c35e54079621bd3ebcc8ac9cd11205ebb40376 (diff) | |
download | cpython-e601c0f55d383cc55449c138f3ba5e4d2c9cc2a3.zip cpython-e601c0f55d383cc55449c138f3ba5e4d2c9cc2a3.tar.gz cpython-e601c0f55d383cc55449c138f3ba5e4d2c9cc2a3.tar.bz2 |
Added new name for inittab!
Diffstat (limited to 'Include')
-rw-r--r-- | Include/rename2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/rename2.h b/Include/rename2.h index e57c26f..7901ba7 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 } |