MacOS 9 vs MacOS 10 bit
MAC is defined for MacOS 9 but not for 10 (and it shouldn't be). Add a MACOSX define and use it in eat.c to pick up the joke meant for all Mac systems.
This commit is contained in:
@@ -33,7 +33,11 @@
|
||||
/*
|
||||
* Mac Stuff.
|
||||
*/
|
||||
#ifdef macintosh /* Auto-defined symbol for MPW compilers (sc and mrc) */
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
# define MACOSX
|
||||
#endif
|
||||
|
||||
#ifdef macintosh /* Auto-defined symbol for MPW compilers (sc and mrc) */
|
||||
# define MAC
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user