about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Src/hist.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01212ac54..331747395 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/Src/hist.c b/Src/hist.c
index 3b3757b8d..beecfbe4a 100644
--- a/Src/hist.c
+++ b/Src/hist.c
@@ -872,7 +872,7 @@ down_histent(Histent he)
 }
 
 /**/
-Histent
+mod_export Histent
 gethistent(int ev, int nearmatch)
 {
     Histent he;