preprocessor macro: MAC -> MACOS9

This commit is contained in:
nhmall
2026-05-01 09:11:29 -04:00
parent cfcc3bad85
commit a165d9ee42
32 changed files with 92 additions and 89 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
/*-Copyright (c) Kevin Hugo, 2004. */
/* NetHack may be freely redistributed. See license for details. */
#ifdef MAC
#ifdef MACOS9
#ifndef MACCONF_H
#define MACCONF_H
@@ -16,7 +16,7 @@
* __MWERKS__ Metrowerks' Codewarrior compiler
*
* We use these early in config.h to define some needed symbols,
* including MAC.
* including MACOS9.
#
# The Metrowerks compiler defines __STDC__ (which sets NHSTC) and uses
# WIDENED_PROTOTYPES (defined if UNWIDENED_PROTOTYPES is undefined and
@@ -123,4 +123,4 @@ extern void error(const char *, ...);
#define MAC_GRAPHICS_ENV
#endif /* ! MACCONF_H */
#endif /* MAC */
#endif /* MACOS9 */