summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-05-09 10:02:30 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-05-09 10:02:30 (GMT)
commit9cef99fbf984ee81f3a95fbab17095edf488082b (patch)
tree2b5e7293a56074f3b72151210da835ba577f2a28 /Mac/mwerks
parent6f8a6d21a16fcd38924c1beb992c4af84e5ae1c2 (diff)
downloadcpython-9cef99fbf984ee81f3a95fbab17095edf488082b.zip
cpython-9cef99fbf984ee81f3a95fbab17095edf488082b.tar.gz
cpython-9cef99fbf984ee81f3a95fbab17095edf488082b.tar.bz2
USE_GUSI2 should be defined, not USE_GUSI1.
Diffstat (limited to 'Mac/mwerks')
-rw-r--r--Mac/mwerks/mwerks_plugin_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/mwerks/mwerks_plugin_config.h b/Mac/mwerks/mwerks_plugin_config.h
index 1630c6c..4e23a64 100644
--- a/Mac/mwerks/mwerks_plugin_config.h
+++ b/Mac/mwerks/mwerks_plugin_config.h
@@ -2,8 +2,8 @@
** Config file for dynamically-loaded ppc/cfm68k plugin modules.
*/
-#define USE_GUSI1 /* Stdio implemented with GUSI */
-/* #define USE_GUSI2 /* Stdio implemented with GUSI */
+/* #define USE_GUSI1 /* Stdio implemented with GUSI */
+#define USE_GUSI2 /* Stdio implemented with GUSI */
#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
#define USE_MSL /* Use MSL libraries */
#ifdef USE_MSL