1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

zsh-workers/9547

This commit is contained in:
Tanaka Akira 2000-02-03 17:25:49 +00:00
parent ed41dafd3c
commit 7bf416a7b3
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -2365,7 +2365,7 @@ execompile(List list)
}
/**/
Eprog
mod_export Eprog
dupeprog(Eprog p)
{
Eprog r;