Macintosh updates
* Updated preprocessor conditionals for the MPW compilers. * Use new system call names provided for in the latest Apple Universal Headers. * Tune up some of the includes for CodeWarrior. * Define YY_NEVER_INTERACTIVE for the dungeon and level compilers. * Remove pointless debugging code.
This commit is contained in:
+2
-2
@@ -32,7 +32,7 @@
|
||||
/*
|
||||
* Mac Stuff.
|
||||
*/
|
||||
#ifdef applec /* MPW auto-defined symbol */
|
||||
#ifdef macintosh /* Auto-defined symbol for MPW compilers (sc and mrc) */
|
||||
# define MAC
|
||||
#endif
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
# define NEED_VARARGS
|
||||
#endif
|
||||
|
||||
#ifdef __MWERKS__ /* defined by Metrowerks compiler */
|
||||
#ifdef __MWERKS__ /* defined by Metrowerks' Codewarrior compiler */
|
||||
# ifndef __BEOS__ /* BeOS */
|
||||
# define MAC
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user