]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Some more modules temp excluded in mwerks, and a comment fix.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 20 Feb 1995 15:57:12 +0000 (15:57 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 20 Feb 1995 15:57:12 +0000 (15:57 +0000)
Mac/Modules/config.c

index f8b5a4aea8024bf8522f4c314ce59f2077a48d74..4a1933dfcf0eed3d262e6dc2cfb7df68776eb4b7 100644 (file)
@@ -165,7 +165,8 @@ getpythonpath()
 {
 #ifdef macintosh
        /* Modified by Jack to do something a bit more sensible:
-       ** - Prepend the current directory (which is presumably where python lives)
+       ** - Prepend the python home-directory (which is obtained from a Preferences
+       **   resource)
        ** - Add :
        ** - Chdir to where the source file (if any) lives
        */
@@ -345,13 +346,19 @@ struct {
 #endif
 /* This is really "Guido van Rossum" specific... :-) */
        {"AE", initAE},
+#ifndef __MWERKS__
        {"Ctl", initCtl},
        {"Dlg", initDlg},
+#endif
        {"Evt", initEvt},
        {"Menu", initMenu},
+#ifdef THINK_C
        {"Qd", initQd},
+#endif
+#ifndef __MWERKS__
        {"Snd", initSnd},
        {"Win", initWin},
+#endif
        {"Res", initRes},
 
 /* -- ADDMODULE MARKER 2 -- */