summaryrefslogtreecommitdiff
path: root/hw/xprint/attributes.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xprint/attributes.c')
-rw-r--r--hw/xprint/attributes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xprint/attributes.c b/hw/xprint/attributes.c
index 9756e281d..e79360496 100644
--- a/hw/xprint/attributes.c
+++ b/hw/xprint/attributes.c
@@ -1383,7 +1383,7 @@ ReplaceAllKeywords(
defined(ISC) || \
defined(Lynx) || \
defined(__QNX__) || \
- defined(__DARWIN__)
+ defined(__APPLE__)
#define iswspace(c) (isascii(c) && isspace(toascii(c)))
#endif