]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added List module
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 31 Aug 1995 13:58:28 +0000 (13:58 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 31 Aug 1995 13:58:28 +0000 (13:58 +0000)
Mac/Modules/config.c

index ff100d92a08ee99723f54fdc1c9e6ff808ae7fc5..698e8408eab5de4cd9506418265f22a234d86384 100644 (file)
@@ -93,6 +93,7 @@ extern void initAE();
 extern void initCtl();
 extern void initDlg();
 extern void initEvt();
+extern void initList();
 extern void initMenu();
 extern void initQd();
 extern void initRes();
@@ -166,6 +167,7 @@ struct {
        {"Dlg", initDlg},
        {"Evt", initEvt},
        {"Menu", initMenu},
+       {"List", initList},
        {"Qd", initQd},
        {"Snd", initSnd},
        {"Win", initWin},