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

View File

@@ -203,7 +203,7 @@ typedef genericptr genericptr_t; /* (void *) or (char *) */
#if defined(AMIGA) && !defined(AZTEC_50)
#define UNWIDENED_PROTOTYPES
#endif
#if defined(applec)
#if defined(macintosh) && (defined(__SC__) || defined(__MRC__))
#define UNWIDENED_PROTOTYPES
#endif
#if defined(__MWERKS__) && defined(__BEOS__)