diff options
| author | Guido van Rossum <guido@python.org> | 1997-04-29 16:23:44 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-04-29 16:23:44 +0000 |
| commit | e601c0f55d383cc55449c138f3ba5e4d2c9cc2a3 (patch) | |
| tree | 5494a3b00cdba521956ebe85a1588db9948067a5 /Include | |
| parent | 63c35e54079621bd3ebcc8ac9cd11205ebb40376 (diff) | |
| download | cpython-git-e601c0f55d383cc55449c138f3ba5e4d2c9cc2a3.tar.gz | |
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 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 } |
