]> granicus.if.org Git - python/commitdiff
USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERS
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 20 Feb 1998 16:04:01 +0000 (16:04 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 20 Feb 1998 16:04:01 +0000 (16:04 +0000)
Mac/mwerks/mwerks_plugin_config.h

index c087b827682efe47be0f043a63c9ab665637a5c0..0052df80be7ddcbb442e264ddc2503be85849fe0 100644 (file)
@@ -5,6 +5,6 @@
 #define USE_GUSI               /* Stdio implemented with GUSI */
 #define USE_MSL                        /* Use MSL libraries */
 #ifdef USE_MSL
-#define USE_PRECOMPILED_HEADERS 0      /* Don't use precomp headers: we include our own */
+#define MSL_USE_PRECOMPILED_HEADERS 0  /* Don't use precomp headers: we include our own */
 #include <ansi_prefix.mac.h>
 #endif