diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-08-11 10:45:08 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-08-11 10:45:08 +0000 |
commit | b38f3c9a17338b3e9ed37887a483b2e476f0fa4a (patch) | |
tree | efb2179e3b620fe1cb8b8e8739aa1093bd4e33d3 /Src/Zle/zle_main.c | |
parent | 2f6bd52bcf61e467ae9a5d9b37fa2ea3a722d87d (diff) | |
download | zsh-b38f3c9a17338b3e9ed37887a483b2e476f0fa4a.tar.gz zsh-b38f3c9a17338b3e9ed37887a483b2e476f0fa4a.tar.xz zsh-b38f3c9a17338b3e9ed37887a483b2e476f0fa4a.zip |
18938: Export some data symbols.
Diffstat (limited to 'Src/Zle/zle_main.c')
-rw-r--r-- | Src/Zle/zle_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index 047aa3d12..1c8b590a8 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -107,9 +107,9 @@ mod_export Widget compwidget; /* the status line, and its length */ /**/ -char *statusline; +mod_export char *statusline; /**/ -int statusll; +mod_export int statusll; /* The current history line and cursor position for the top line * * on the buffer stack. */ |