change NetHack's MACOSX references to MACOS

This commit is contained in:
nhmall
2021-07-24 17:52:47 -04:00
parent fe5c61bf24
commit 227ef401df
9 changed files with 22 additions and 22 deletions

View File

@@ -1871,9 +1871,9 @@ fprefx(struct obj *otmp)
} else if (otmp->otyp == APPLE && otmp->cursed && !Sleep_resistance) {
; /* skip core joke; feedback deferred til fpostfx() */
#if defined(MAC) || defined(MACOSX)
#if defined(MAC) || defined(MACOS)
/* KMH -- Why should Unix have all the fun?
We check MACOSX before UNIX to get the Apple-specific apple
We check MACOS before UNIX to get the Apple-specific apple
message; the '#if UNIX' code will still kick in for pear. */
} else if (otmp->otyp == APPLE) {
pline("Delicious! Must be a Macintosh!");