about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Src/Zle/zle_misc.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 990123fa6..f541f304e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-05-10  Oliver Kiddle  <opk@zsh.org>
 
+	* 11301: Src/Zle/zle_misc.c: AIX dependency fix
+
 	* 11300: Completion/User/_nedit: fix breakage from 11195
 
 2000-05-10  Peter Stephenson  <pws@cambridgesiliconradio.com>
diff --git a/Src/Zle/zle_misc.c b/Src/Zle/zle_misc.c
index 91b7317ed..2a650af86 100644
--- a/Src/Zle/zle_misc.c
+++ b/Src/Zle/zle_misc.c
@@ -57,7 +57,7 @@ doinsert(char *str)
 }
 
 /**/
-int
+mod_export int
 selfinsert(char **args)
 {
     char s[3], *p = s;