mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 05:21:00 +01:00
fix utils.c prototype generation for non multibyte build
This commit is contained in:
parent
ab5111a5cb
commit
fac5d69b8b
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-11-29 Geoff Wing <gcw@zsh.org>
|
||||
|
||||
* unposted: Src/utils.c: fix prototype generation for non
|
||||
multibyte compilation
|
||||
|
||||
2005-11-25 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 22031: Nikolai Weibull: Completion/Unix/Command/_git: new
|
||||
|
|
|
|||
|
|
@ -2618,6 +2618,7 @@ inittyptab(void)
|
|||
}
|
||||
|
||||
|
||||
/**/
|
||||
#ifdef MULTIBYTE_SUPPORT
|
||||
/* A wide-character version of the iblank() macro. */
|
||||
/**/
|
||||
|
|
@ -2690,6 +2691,7 @@ wcsiident(wchar_t c)
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
/**/
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue