]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
all bgen modules now work with MWerks
authorGuido van Rossum <guido@python.org>
Mon, 27 Feb 1995 10:10:58 +0000 (10:10 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 27 Feb 1995 10:10:58 +0000 (10:10 +0000)
Mac/Modules/config.c

index 1ce7f77f2a534f605cc391a05ee2da48457465f5..8f5c16f4af58b1308126082a72cd2b19b3c6724a 100644 (file)
@@ -337,17 +337,13 @@ struct {
        {"mactcp", initmactcp},
 #endif
        {"AE", initAE},
-#ifndef __MWERKS__
        {"Ctl", initCtl},
        {"Dlg", initDlg},
-#endif
        {"Evt", initEvt},
        {"Menu", initMenu},
-#ifndef __MWERKS__
        {"Qd", initQd},
        {"Snd", initSnd},
        {"Win", initWin},
-#endif
        {"Res", initRes},
 
 /* -- ADDMODULE MARKER 2 -- */