change MacOSX to MacOS in version display

This commit is contained in:
nhmall
2021-12-31 16:44:15 -05:00
parent 07575f6344
commit eddbff351e

View File

@@ -158,7 +158,7 @@ typedef uchar nhsym;
#define PORT_ID "Mac"
#endif
#ifdef __APPLE__
#define PORT_ID "MacOSX"
#define PORT_ID "MacOS"
#endif
#ifdef MSDOS
#ifdef PC9800