about summary refs log tree commit diff
path: root/Src/lex.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-08-11 10:45:08 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-08-11 10:45:08 +0000
commitb38f3c9a17338b3e9ed37887a483b2e476f0fa4a (patch)
treeefb2179e3b620fe1cb8b8e8739aa1093bd4e33d3 /Src/lex.c
parent2f6bd52bcf61e467ae9a5d9b37fa2ea3a722d87d (diff)
downloadzsh-b38f3c9a17338b3e9ed37887a483b2e476f0fa4a.tar.gz
zsh-b38f3c9a17338b3e9ed37887a483b2e476f0fa4a.tar.xz
zsh-b38f3c9a17338b3e9ed37887a483b2e476f0fa4a.zip
18938: Export some data symbols.
Diffstat (limited to 'Src/lex.c')
-rw-r--r--Src/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/lex.c b/Src/lex.c
index 495d759d4..40e42e857 100644
--- a/Src/lex.c
+++ b/Src/lex.c
@@ -44,7 +44,7 @@ mod_export char *tokstr;
 /**/
 mod_export int tok;
 /**/
-int tokfd;
+mod_export int tokfd;
 
 /* lexical analyzer error flag */