1
0
Fork 0
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:
Geoff Wing 2005-11-29 01:43:14 +00:00
parent ab5111a5cb
commit fac5d69b8b
2 changed files with 7 additions and 0 deletions

View file

@ -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