From 48d6402e65f87427d83a516e5296d677735f0022 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 3 Aug 2006 15:37:49 +0000 Subject: rationalise mb<->wc conversions to use restartable form --- Src/Zle/zle.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Src/Zle/zle.h') 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); } -- cgit 1.4.1