diff options
author | Geoff Wing <gcw@users.sourceforge.net> | 2005-11-29 01:43:14 +0000 |
---|---|---|
committer | Geoff Wing <gcw@users.sourceforge.net> | 2005-11-29 01:43:14 +0000 |
commit | fac5d69b8b4f154d0105a8278160cb18a04631f9 (patch) | |
tree | d0eebeb7e9bc3fa26b25a95342075de86c4d0c7f /Src | |
parent | ab5111a5cb09eeeae0db356c261cf02c1a43755c (diff) | |
download | zsh-fac5d69b8b4f154d0105a8278160cb18a04631f9.tar.gz zsh-fac5d69b8b4f154d0105a8278160cb18a04631f9.tar.xz zsh-fac5d69b8b4f154d0105a8278160cb18a04631f9.zip |
fix utils.c prototype generation for non multibyte build
Diffstat (limited to 'Src')
-rw-r--r-- | Src/utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/utils.c b/Src/utils.c index f32b162f7..19ec4ab6e 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -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 |