]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added QuickDraw
authorGuido van Rossum <guido@python.org>
Mon, 13 Feb 1995 16:16:22 +0000 (16:16 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Feb 1995 16:16:22 +0000 (16:16 +0000)
Mac/Modules/config.c

index 5dab182e56783cd2cfeac80d9e63e08dfe428b9b..7019043772a3df3242d64409ce72cab9e2f40db3 100644 (file)
@@ -278,6 +278,7 @@ extern void initCtl();
 extern void initDlg();
 extern void initEvt();
 extern void initMenu();
+extern void initQd();
 extern void initRes();
 extern void initSnd();
 extern void initWin();
@@ -321,17 +322,16 @@ struct {
        {"macdnr", initmacdnr},
        {"mactcp", initmactcp},
 #endif
-#ifdef THINK_C
 /* This is really "Guido van Rossum" specific... :-) */
        {"AE", initAE},
        {"Ctl", initCtl},
        {"Dlg", initDlg},
        {"Evt", initEvt},
        {"Menu", initMenu},
+       {"Qd", initQd},
        {"Res", initRes},
        {"Snd", initSnd},
        {"Win", initWin},
-#endif
 
 /* -- ADDMODULE MARKER 2 -- */