From 7bf416a7b3375e21812b8c863e6928933ebf011e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 3 Feb 2000 17:25:49 +0000 Subject: zsh-workers/9547 --- Src/hist.c | 4 ++-- Src/parse.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Src') diff --git a/Src/hist.c b/Src/hist.c index 9bb809747..c14dc645d 100644 --- a/Src/hist.c +++ b/Src/hist.c @@ -707,7 +707,7 @@ nohwe(void) /* initialize the history mechanism */ /**/ -void +mod_export void hbegin(int dohist) { isfirstln = isfirstch = 1; @@ -927,7 +927,7 @@ prepnexthistent(int histnum) /* say we're done using the history mechanism */ /**/ -int +mod_export int hend(void) { int flag, save = 1; 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; -- cgit 1.4.1