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

@@ -424,7 +424,7 @@ struct savefile_info {
#if defined(__linux__) && defined(__GLIBC__) && (__GLIBC__ >= 2)
#define PANICTRACE_LIBC
#endif
#if defined(MACOSX)
#if defined(MACOS)
#define PANICTRACE_LIBC
#endif
#ifdef UNIX