Kaydet (Commit) 7e124ea8 authored tarafından Jack Jansen's avatar Jack Jansen

Guido:

- define USE_CHECKSTACK
- Comment on defines used
üst 499a8afd
/* 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment