]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added support for MetroWerks CodeWarrior compiler
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Dec 1994 13:38:13 +0000 (13:38 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Dec 1994 13:38:13 +0000 (13:38 +0000)
Mac/Include/config.h

index e04fde6c4c0f24ccb46fcd13827a9dee306b0ebb..221dc1ba5af6671f5689e47bbd7928b11000ae66 100644 (file)
@@ -1,4 +1,4 @@
-/* config.h for Macintosh THINK C 6.0 and MPW 3.2.  */
+/* config.h for Macintosh THINK C 6.0, CodeWarrior 4 and MPW 3.2.  */
 
 #ifdef MPW
 /* This must be is MPW 3.x */
 
 /* Define if your compiler botches static forward declarations
    (as it does on SCI ODT 3.0) */
+#ifdef __MWERKS__
+#define BAD_STATIC_FORWARD
+#else /* MPW and THINK */
 #undef BAD_STATIC_FORWARD
+#endif
 
 /* Define to `long' if <time.h> doesn't define.  */
 #undef clock_t