diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-08-19 11:38:54 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-08-19 11:38:54 (GMT) |
commit | 7e124ea86a4de1380a8de71661e4b23c500b2b44 (patch) | |
tree | 69b8994bd3dc15380167dba01e4ff900f469f075 /Mac | |
parent | 499a8afd0fc29daa95a4f8e37a3f7bd6388cd8ef (diff) | |
download | cpython-7e124ea86a4de1380a8de71661e4b23c500b2b44.zip cpython-7e124ea86a4de1380a8de71661e4b23c500b2b44.tar.gz cpython-7e124ea86a4de1380a8de71661e4b23c500b2b44.tar.bz2 |
Guido:
- define USE_CHECKSTACK
- Comment on defines used
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Include/config.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 4fd79ec..94b9bb9 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -1,4 +1,13 @@ -/* config.h for Macintosh THINK C 6.0, CodeWarrior 4 and MPW 3.2. */ +/* config.h for Macintosh. + Most recently tested with CodeWarrior C (define: __MWERKS__), + but there are some provisions for Think C (define: THINK_C), + Apple C for MPW (define: applec), or Symantec C for MPW (define: __SC__). + There's no point in giving exact version numbers of the compilers + since we don't update this file as each compiler comes out; + with CodeWarrior, we generally use the most recent version. +*/ + +#define USE_STACKCHECK #ifdef applec #define MPW |