summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_carbon_config.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-01-11 23:03:20 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-01-11 23:03:20 (GMT)
commit6993f27c82efdffa0b0dfea2193926ca4900707f (patch)
tree4b200b9efc5bee127246c64f1fc4e4ade8c73052 /Mac/mwerks/mwerks_carbon_config.h
parentca7e1ee01ae29a92a64d72017f22bc94599d709d (diff)
downloadcpython-6993f27c82efdffa0b0dfea2193926ca4900707f.zip
cpython-6993f27c82efdffa0b0dfea2193926ca4900707f.tar.gz
cpython-6993f27c82efdffa0b0dfea2193926ca4900707f.tar.bz2
Added GUSI-Carbon targets (both threading and nonthreading), and they work!! YEAH!!!
Diffstat (limited to 'Mac/mwerks/mwerks_carbon_config.h')
-rw-r--r--Mac/mwerks/mwerks_carbon_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/mwerks/mwerks_carbon_config.h b/Mac/mwerks/mwerks_carbon_config.h
index e886d36..66a189f 100644
--- a/Mac/mwerks/mwerks_carbon_config.h
+++ b/Mac/mwerks/mwerks_carbon_config.h
@@ -10,7 +10,7 @@
#define TARGET_API_MAC_CARBON_NOTYET 1 /* Things we should do eventually, but not now */
#define USE_ARGV0_CHDIR /* Workaround for OSXDP4: change dir to argv[0] dir */
-/* #define USE_GUSI2 /* Stdio implemented with GUSI 2 */
+#define USE_GUSI2 /* Stdio implemented with GUSI 2 */
/* # define USE_GUSI1 /* Stdio implemented with GUSI 1 */
#define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
#define USE_TOOLBOX /* Include toolbox modules in core Python */