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:
parent
ed41dafd3c
commit
7bf416a7b3
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -2365,7 +2365,7 @@ execompile(List list)
|
|||
}
|
||||
|
||||
/**/
|
||||
Eprog
|
||||
mod_export Eprog
|
||||
dupeprog(Eprog p)
|
||||
{
|
||||
Eprog r;
|
||||
|
|
Loading…
Reference in a new issue