diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-02-20 16:04:01 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-02-20 16:04:01 (GMT) |
commit | 5e302dbfdfffc7f48f928d9da96cc6b28779a2cc (patch) | |
tree | 24589b05fb18c1065cfcb1fe48c1049f4efc6b7e /Mac | |
parent | efaada75e4197817ccc71f2942ab8ad07977aca9 (diff) | |
download | cpython-5e302dbfdfffc7f48f928d9da96cc6b28779a2cc.zip cpython-5e302dbfdfffc7f48f928d9da96cc6b28779a2cc.tar.gz cpython-5e302dbfdfffc7f48f928d9da96cc6b28779a2cc.tar.bz2 |
USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERS
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/mwerks/mwerks_plugin_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/mwerks/mwerks_plugin_config.h b/Mac/mwerks/mwerks_plugin_config.h index c087b82..0052df8 100644 --- a/Mac/mwerks/mwerks_plugin_config.h +++ b/Mac/mwerks/mwerks_plugin_config.h @@ -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 |