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
+1 -1
View File
@@ -158,7 +158,7 @@ typedef uchar nhsym;
#define PORT_ID "Mac" #define PORT_ID "Mac"
#endif #endif
#ifdef __APPLE__ #ifdef __APPLE__
#define PORT_ID "MacOSX" #define PORT_ID "MacOS"
#endif #endif
#ifdef MSDOS #ifdef MSDOS
#ifdef PC9800 #ifdef PC9800