diff options
Diffstat (limited to 'Mac/mwerks/mwerks_carbon_config.h')
-rw-r--r-- | Mac/mwerks/mwerks_carbon_config.h | 2 |
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 */ |