about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Src/Zle/zle.h4
1 files changed, 2 insertions, 2 deletions
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