about summary refs log tree commit diff
path: root/Src/parse.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-03 17:25:49 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-03 17:25:49 +0000
commit7bf416a7b3375e21812b8c863e6928933ebf011e (patch)
treed8afaa907e7b81e2dbb2805b4db80c0edc86a3e8 /Src/parse.c
parented41dafd3c79ebf2ce390ee9af54fe8bb21deb73 (diff)
downloadzsh-7bf416a7b3375e21812b8c863e6928933ebf011e.tar.gz
zsh-7bf416a7b3375e21812b8c863e6928933ebf011e.tar.xz
zsh-7bf416a7b3375e21812b8c863e6928933ebf011e.zip
zsh-workers/9547
Diffstat (limited to 'Src/parse.c')
-rw-r--r--Src/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/parse.c b/Src/parse.c
index 95a752799..9d450fc26 100644
--- a/Src/parse.c
+++ b/Src/parse.c
@@ -2365,7 +2365,7 @@ execompile(List list)
 }
 
 /**/
-Eprog
+mod_export Eprog
 dupeprog(Eprog p)
 {
     Eprog r;