mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-11 20:31:11 +01:00
AIX depenency fix (11661)
This commit is contained in:
parent
24520730a6
commit
64d9b83105
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-05-30 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 11661: Src/hist.c: AIX dependency fix
|
||||
|
||||
2000-05-30 Peter Stephenson <pws@cambridgesiliconradio.com>
|
||||
|
||||
* Config/version.mk: 3.1.7 released.
|
||||
|
|
|
@ -872,7 +872,7 @@ down_histent(Histent he)
|
|||
}
|
||||
|
||||
/**/
|
||||
Histent
|
||||
mod_export Histent
|
||||
gethistent(int ev, int nearmatch)
|
||||
{
|
||||
Histent he;
|
||||
|
|
Loading…
Reference in a new issue