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:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user