about summary refs log tree commit diff
path: root/Src/utils.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-11-30 16:35:33 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-11-30 16:35:33 +0000
commit9483fd8a14564f9114a9a8e85c1d1b23d46f85c2 (patch)
tree10e56642f80daf3e7d86a68a5144e480968f4bd8 /Src/utils.c
parentbf66fc0f18fbfbdbdd03533de902c5372c95e7d8 (diff)
downloadzsh-9483fd8a14564f9114a9a8e85c1d1b23d46f85c2.tar.gz
zsh-9483fd8a14564f9114a9a8e85c1d1b23d46f85c2.tar.xz
zsh-9483fd8a14564f9114a9a8e85c1d1b23d46f85c2.zip
One more fix for the non-multibyte prototype generation.
Diffstat (limited to 'Src/utils.c')
-rw-r--r--Src/utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/utils.c b/Src/utils.c
index 19ec4ab6e..21fdffddb 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -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 */