diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-03-01 14:50:52 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-03-01 14:50:52 +0000 |
commit | c1f0a1200af0c84903d7890e3ed70ff5e21e6868 (patch) | |
tree | 1be2ada2d702fde83db06ab8aed6778567c828f4 /Src/utils.c | |
parent | 5994021cbc897e581537a3a45636c0af826abcd6 (diff) | |
download | zsh-c1f0a1200af0c84903d7890e3ed70ff5e21e6868.tar.gz zsh-c1f0a1200af0c84903d7890e3ed70ff5e21e6868.tar.xz zsh-c1f0a1200af0c84903d7890e3ed70ff5e21e6868.zip |
Added "mod_export" to the declaration of makecommaspecial().
Diffstat (limited to 'Src/utils.c')
-rw-r--r-- | Src/utils.c | 2 |
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) |