1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-31 06:00:54 +01:00

One more fix for the non-multibyte prototype generation.

This commit is contained in:
Wayne Davison 2005-11-30 16:35:33 +00:00
parent bf66fc0f18
commit 9483fd8a14

View file

@ -35,6 +35,7 @@
/**/
char *scriptname;
/**/
#ifdef MULTIBYTE_SUPPORT
/*
* The wordchars variable turned into a wide character array.
@ -43,6 +44,7 @@ char *scriptname;
/**/
mod_export wchar_t *wordchars_wide;
/**/
#endif
/* Print an error */