Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf5855 commit fea7533Copy full SHA for fea7533
1 file changed
Mac/Include/config.h
@@ -1,4 +1,4 @@
1
-/* 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. */
2
3
#ifdef MPW
4
/* This must be is MPW 3.x */
@@ -93,7 +93,11 @@
93
94
/* Define if your compiler botches static forward declarations
95
(as it does on SCI ODT 3.0) */
96
+#ifdef __MWERKS__
97
+#define BAD_STATIC_FORWARD
98
+#else /* MPW and THINK */
99
#undef BAD_STATIC_FORWARD
100
+#endif
101
102
/* Define to `long' if <time.h> doesn't define. */
103
#undef clock_t
0 commit comments