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:
parent
673cabdd39
commit
ee5aada47b
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue