]> granicus.if.org Git - python/commitdiff
USE_GUSI2 should be defined, not USE_GUSI1.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 9 May 2000 10:02:30 +0000 (10:02 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 9 May 2000 10:02:30 +0000 (10:02 +0000)
Mac/mwerks/mwerks_plugin_config.h

index 1630c6c6eff12004450fb0f591c9b8df11066a01..4e23a6469f57705ce52c4d6c3c5381562a88da30 100644 (file)
@@ -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