From: Jack Jansen Date: Mon, 13 Feb 1995 22:47:02 +0000 (+0000) Subject: Some of Guido's bgen modules aren't think-only anymore X-Git-Tag: v1.2b3~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26a9f7467f224897a737a1f6c0614ead9f388554;p=thirdparty%2FPython%2Fcpython.git Some of Guido's bgen modules aren't think-only anymore --- diff --git a/Mac/Modules/config.c b/Mac/Modules/config.c index 7019043772a3..fee7899e53bd 100644 --- a/Mac/Modules/config.c +++ b/Mac/Modules/config.c @@ -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},