From 0f0d610401c5dd5a62f8a50e5a4a50974175fec2 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 15 Nov 2005 08:44:26 +0000 Subject: The non-multibyte version of ZWS() doesn't need to force a cast anymore. --- Src/Zle/zle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/Zle/zle.h') diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h index 59e790542..c47efae9a 100644 --- a/Src/Zle/zle.h +++ b/Src/Zle/zle.h @@ -94,9 +94,9 @@ typedef char *ZLE_STRING_T; typedef int ZLE_INT_T; #define ZLE_CHAR_SIZE sizeof(ZLE_CHAR_T) -/* Leave character or string as is, but string must be unsigned char * */ +/* Leave character or string as is. */ #define ZWC(c) c -#define ZWS(s) (ZLE_STRING_T)s +#define ZWS(s) s #define ZLEEOF EOF -- cgit 1.4.1