]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Guido:
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 19 Aug 1996 11:38:54 +0000 (11:38 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 19 Aug 1996 11:38:54 +0000 (11:38 +0000)
- define USE_CHECKSTACK
- Comment on defines used

Mac/Include/config.h

index 4fd79ec8577b6792ee87da776cbe208260aa8944..94b9bb95fa355f12229847de2e9c4792ce70eb4d 100644 (file)
@@ -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