summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-05 14:12:24 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-05 14:12:24 (GMT)
commit3bd3fedeca7efdb91788ce5c5862f92f7315e6e9 (patch)
treea9363e2bf856b9a6f4164154ac231ff3787c3240 /Mac/Modules
parentbc552ce1b87f0047fada81b95e635cd9dd7487ec (diff)
downloadcpython-3bd3fedeca7efdb91788ce5c5862f92f7315e6e9.zip
cpython-3bd3fedeca7efdb91788ce5c5862f92f7315e6e9.tar.gz
cpython-3bd3fedeca7efdb91788ce5c5862f92f7315e6e9.tar.bz2
Added _IBCarbon module.
Diffstat (limited to 'Mac/Modules')
-rw-r--r--Mac/Modules/macconfig.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c
index b445400..50eb235 100644
--- a/Mac/Modules/macconfig.c
+++ b/Mac/Modules/macconfig.c
@@ -97,6 +97,7 @@ extern void initicglue();
extern void init_App();
extern void init_Fm();
extern void init_Help();
+extern void init_IBCarbon();
extern void init_Icn();
extern void init_List();
extern void init_Mlte();
@@ -230,6 +231,7 @@ struct _inittab _PyImport_Inittab[] = {
#ifdef USE_TOOLBOX
{"_App", init_App},
{"_Fm", init_Fm},
+ {"_IBCarbon", init_IBCarbon},
{"_Icn", init_Icn},
{"_List", init_List},
{"_Mlte", init_Mlte},