mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +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
|
|
@ -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