diff --git a/source/compiler/lstring.h b/source/compiler/lstring.h index 25c0873..ecf608b 100644 --- a/source/compiler/lstring.h +++ b/source/compiler/lstring.h @@ -2,8 +2,9 @@ #include -#if defined __WATCOMC__ && __WATCOMC__ >= 1240 - /* OpenWatcom introduced BSD "safe string functions" with version 1.4 */ +#if (defined __WATCOMC__ && __WATCOMC__ >= 1240) + /* OpenWatcom introduced BSD "safe string functions" with version 1.4 */ + || defined __APPLE__ #define HAVE_SAFESTR #endif