Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fea7533

Browse files
committed
Added support for MetroWerks CodeWarrior compiler
1 parent edf5855 commit fea7533

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Mac/Include/config.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* config.h for Macintosh THINK C 6.0 and MPW 3.2. */
1+
/* config.h for Macintosh THINK C 6.0, CodeWarrior 4 and MPW 3.2. */
22

33
#ifdef MPW
44
/* This must be is MPW 3.x */
@@ -93,7 +93,11 @@
9393

9494
/* Define if your compiler botches static forward declarations
9595
(as it does on SCI ODT 3.0) */
96+
#ifdef __MWERKS__
97+
#define BAD_STATIC_FORWARD
98+
#else /* MPW and THINK */
9699
#undef BAD_STATIC_FORWARD
100+
#endif
97101

98102
/* Define to `long' if <time.h> doesn't define. */
99103
#undef clock_t

0 commit comments

Comments
 (0)