Commit f717ac29 authored by Jack Jansen's avatar Jack Jansen

Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the

result macgetcompiler.c (after all, *I* did the merging:-)
parent 0e1c0ce4
...@@ -8,9 +8,13 @@ ...@@ -8,9 +8,13 @@
#ifdef __powerc #ifdef __powerc
#define COMPILER " [CW PPC]" #define COMPILER " [CW PPC]"
#else #else
#ifdef __CFM68K__
#define COMPILER " [CW CFM68K]"
#else
#define COMPILER " [CW 68K]" #define COMPILER " [CW 68K]"
#endif #endif
#endif #endif
#endif
#ifdef MPW #ifdef MPW
#ifdef __SC__ #ifdef __SC__
......
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