1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

20833: typo: int_t -> wint_t

This commit is contained in:
Peter Stephenson 2005-02-21 11:18:49 +00:00
parent 673cabdd39
commit ee5aada47b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-02-21 Peter Stephenson <pws@csr.com>
* 20833: Src/Zle/zle.h: typo in 20822: int_t should have
been wint_t.
2005-02-19 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Completion/Unix/Command/_rsync: A little more

View file

@ -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)
/*