]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Some of Guido's bgen modules aren't think-only anymore
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 13 Feb 1995 22:47:02 +0000 (22:47 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 13 Feb 1995 22:47:02 +0000 (22:47 +0000)
Mac/Modules/config.c

index 7019043772a3df3242d64409ce72cab9e2f40db3..fee7899e53bd024910d682234aea5e035fef877f 100644 (file)
@@ -324,12 +324,15 @@ struct {
 #endif
 /* This is really "Guido van Rossum" specific... :-) */
        {"AE", initAE},
+#ifdef THINK_C
        {"Ctl", initCtl},
        {"Dlg", initDlg},
+#endif
        {"Evt", initEvt},
        {"Menu", initMenu},
        {"Qd", initQd},
        {"Res", initRes},
+#ifdef THINK_C
        {"Snd", initSnd},
        {"Win", initWin},