From a6db0b41ca2c7a8e3da9b51cbaefcb10930a5c1d Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Sat, 9 May 2015 16:02:37 +0900 Subject: 35064: rename ISPRINT to ZISPRINT to avoid conflict --- Src/ztype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/ztype.h') diff --git a/Src/ztype.h b/Src/ztype.h index d1bef0a5a..b73e3f840 100644 --- a/Src/ztype.h +++ b/Src/ztype.h @@ -77,7 +77,7 @@ #endif #if defined(__APPLE__) && defined(BROKEN_ISPRINT) -#define ISPRINT(c) isprint_ascii(c) +#define ZISPRINT(c) isprint_ascii(c) #else -#define ISPRINT(c) isprint(c) +#define ZISPRINT(c) isprint(c) #endif -- cgit 1.4.1