]> granicus.if.org Git - python/commitdiff
Enable _AH module.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 6 Sep 2002 23:33:40 +0000 (23:33 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 6 Sep 2002 23:33:40 +0000 (23:33 +0000)
Mac/Build/PythonStandSmall.mcp
Mac/Modules/macconfig.c

index d66b07f809f6a72b638659f5cf8c88daf5d238a9..ea9b320226611bc6aa552de96dd01b3f56c762c1 100644 (file)
Binary files a/Mac/Build/PythonStandSmall.mcp and b/Mac/Build/PythonStandSmall.mcp differ
index 50eb235ca4dcae38d2153cd2cecd52a0edf1bc77..558f136ee0681057ba0301bdf268e967e0f32248 100644 (file)
@@ -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},