diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-03 15:37:49 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-03 15:37:49 +0000 |
commit | 48d6402e65f87427d83a516e5296d677735f0022 (patch) | |
tree | 8879ee181827627d65ac60f3f822f5294c845778 /Src/Zle/zle.h | |
parent | 07f11ba6bf609797f42c1ac768184b359a4e6ad7 (diff) | |
download | zsh-48d6402e65f87427d83a516e5296d677735f0022.tar.gz zsh-48d6402e65f87427d83a516e5296d677735f0022.tar.xz zsh-48d6402e65f87427d83a516e5296d677735f0022.zip |
rationalise mb<->wc conversions to use restartable form
Diffstat (limited to 'Src/Zle/zle.h')
-rw-r--r-- | Src/Zle/zle.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h index f56960734..200804c7d 100644 --- a/Src/Zle/zle.h +++ b/Src/Zle/zle.h @@ -71,8 +71,6 @@ typedef wint_t ZLE_INT_T; #define ZC_tolower towlower #define ZC_toupper towupper -#define ZC_nicechar(c) wcs_nicechar(c, NULL, NULL) - #define LASTFULLCHAR lastchar_wide #else /* Not MULTIBYTE_SUPPORT: old single-byte code */ @@ -100,8 +98,6 @@ typedef int ZLE_INT_T; */ #define ZMB_nicewidth niceztrlen -#define ZC_nicechar nicechar - #ifdef __GNUC__ static inline size_t ZS_strlen(ZLE_STRING_T s) { return strlen((char*)s); } |