Commit 277fc7ef authored by Jack Jansen's avatar Jack Jansen

Enable _AH module.

parent bc603547
...@@ -94,6 +94,7 @@ extern void initicglue(); ...@@ -94,6 +94,7 @@ extern void initicglue();
#ifndef USE_CORE_TOOLBOX #ifndef USE_CORE_TOOLBOX
#define USE_CORE_TOOLBOX #define USE_CORE_TOOLBOX
#endif #endif
extern void init_AH();
extern void init_App(); extern void init_App();
extern void init_Fm(); extern void init_Fm();
extern void init_Help(); extern void init_Help();
...@@ -229,6 +230,7 @@ struct _inittab _PyImport_Inittab[] = { ...@@ -229,6 +230,7 @@ struct _inittab _PyImport_Inittab[] = {
{"_Res", init_Res}, {"_Res", init_Res},
#endif #endif
#ifdef USE_TOOLBOX #ifdef USE_TOOLBOX
{"_AH", init_AH},
{"_App", init_App}, {"_App", init_App},
{"_Fm", init_Fm}, {"_Fm", init_Fm},
{"_IBCarbon", init_IBCarbon}, {"_IBCarbon", init_IBCarbon},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment