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:
kmhugo
2002-01-10 06:48:27 +00:00
parent 1d86d33fde
commit 478555f1ee
3 changed files with 31 additions and 44 deletions
+2 -2
View File
@@ -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