about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2006-03-01 14:50:52 +0000
committerWayne Davison <wayned@users.sourceforge.net>2006-03-01 14:50:52 +0000
commitc1f0a1200af0c84903d7890e3ed70ff5e21e6868 (patch)
tree1be2ada2d702fde83db06ab8aed6778567c828f4
parent5994021cbc897e581537a3a45636c0af826abcd6 (diff)
downloadzsh-c1f0a1200af0c84903d7890e3ed70ff5e21e6868.tar.gz
zsh-c1f0a1200af0c84903d7890e3ed70ff5e21e6868.tar.xz
zsh-c1f0a1200af0c84903d7890e3ed70ff5e21e6868.zip
Added "mod_export" to the declaration of makecommaspecial().
-rw-r--r--Src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c
index f076df61f..c735f2105 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -2623,7 +2623,7 @@ inittyptab(void)
 }
 
 /**/
-void
+mod_export void
 makecommaspecial(int yesno)
 {
     if ((specialcomma = yesno) != 0)