mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
Define MB_INCOMPLETE and MB_INVALID for MULTIBYTE_SUPPORT.
This commit is contained in:
parent
5af164ea1f
commit
3039f65d74
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue