mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Enable _AH module.
This commit is contained in:
parent
bc603547ae
commit
277fc7efce
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -94,6 +94,7 @@ extern void initicglue();
|
|||
#ifndef USE_CORE_TOOLBOX
|
||||
#define USE_CORE_TOOLBOX
|
||||
#endif
|
||||
extern void init_AH();
|
||||
extern void init_App();
|
||||
extern void init_Fm();
|
||||
extern void init_Help();
|
||||
|
@ -229,6 +230,7 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"_Res", init_Res},
|
||||
#endif
|
||||
#ifdef USE_TOOLBOX
|
||||
{"_AH", init_AH},
|
||||
{"_App", init_App},
|
||||
{"_Fm", init_Fm},
|
||||
{"_IBCarbon", init_IBCarbon},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue