1
0
Fork 0
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:
Oliver Kiddle 2000-05-30 14:06:30 +00:00
parent 24520730a6
commit 64d9b83105
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -872,7 +872,7 @@ down_histent(Histent he)
}
/**/
Histent
mod_export Histent
gethistent(int ev, int nearmatch)
{
Histent he;