diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-06-23 22:09:45 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-06-23 22:09:45 (GMT) |
commit | bdac001cf0455649b960461e54d19e51bcef5f92 (patch) | |
tree | c486e9dabed0bb02c6704d9ced8c10ec039abc42 /Mac/mwerks/mwerks_shcarbon_config.h | |
parent | be6e0f4f30242eb461ffc0ef881f9b5e585888d7 (diff) | |
download | cpython-bdac001cf0455649b960461e54d19e51bcef5f92.zip cpython-bdac001cf0455649b960461e54d19e51bcef5f92.tar.gz cpython-bdac001cf0455649b960461e54d19e51bcef5f92.tar.bz2 |
- Got rid of non-carbon stuff
- Use precompiled headers
- Rationalized naming scheme
Diffstat (limited to 'Mac/mwerks/mwerks_shcarbon_config.h')
-rw-r--r-- | Mac/mwerks/mwerks_shcarbon_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/mwerks/mwerks_shcarbon_config.h b/Mac/mwerks/mwerks_shcarbon_config.h index 0360d09..d155b3b 100644 --- a/Mac/mwerks/mwerks_shcarbon_config.h +++ b/Mac/mwerks/mwerks_shcarbon_config.h @@ -1,6 +1,6 @@ /* -** Configuration file for dynamically loaded cfm68k/ppc PythonCore, -** interpreter and Applet. +** Configuration file for dynamically loaded Carbon PythonCore, +** interpreter and extension modules. ** ** Note: enabling the switches below is not enough to enable the ** specific features, you may also need different sets of sources. |