From ee5aada47b24bb1b4fa3426f62aca4a16964b0ac Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 21 Feb 2005 11:18:49 +0000 Subject: 20833: typo: int_t -> wint_t --- Src/Zle/zle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle/zle.h') diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h index a76d08e2d..3d9f880b0 100644 --- a/Src/Zle/zle.h +++ b/Src/Zle/zle.h @@ -30,7 +30,7 @@ #ifdef ZLE_UNICODE_SUPPORT typedef wchar_t ZLE_CHAR_T; typedef wchar_t *ZLE_STRING_T; -typedef int_t ZLE_INT_T; +typedef wint_t ZLE_INT_T; #define ZLE_CHAR_SIZE sizeof(wchar_t) /* -- cgit 1.4.1