about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 26d645203..63490a34d 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1931,4 +1931,7 @@ typedef char *(*ZleGetLineFn) _((int *, int *));
 
 #ifdef MULTIBYTE_SUPPORT
 #define nicezputs(str, outs)	(void)mb_niceformat((str), (outs), NULL, 0)
+
+#define MB_INCOMPLETE	((size_t)-2)
+#define MB_INVALID	((size_t)-1)
 #endif