From 409296e22fb1cef515ccfff507c265a5fee0ab28 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 20 Sep 2005 15:10:26 +0000 Subject: 21736: improve tests for word and identifier characters with multibyte input --- Src/Zle/zle.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Src/Zle/zle.h') diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h index 4b3f3f75a..fbfc02265 100644 --- a/Src/Zle/zle.h +++ b/Src/Zle/zle.h @@ -66,12 +66,7 @@ typedef wint_t ZLE_INT_T; #define ZC_iblank iswspace #define ZC_icntrl iswcntrl -/* - * TODO: doesn't work on arguments with side effects. - * Also YUK. Not even sure this is guaranteed to work. - * Should be easy to do along the lines of wcsiword. - */ -#define ZC_iident(x) (x < 256 && iident((int)x)) +#define ZC_iident wcsiident #define ZC_tolower towlower #define ZC_toupper towupper -- cgit 1.4.1