about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Src/Zle/compmatch.c4
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ee47e19ab..fe9bfb30a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-10  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* Mikael: 25146: Src/Zle/compmatch.c:
+	pattern_match_equivalence() needs to be exported.
+
 2008-06-10  Peter Stephenson  <pws@csr.com>
 
 	* 25144: Src/builtin.c, Src/math.c, Src/utils.c plus unposted
diff --git a/Src/Zle/compmatch.c b/Src/Zle/compmatch.c
index 93e0049a6..dfb812760 100644
--- a/Src/Zle/compmatch.c
+++ b/Src/Zle/compmatch.c
@@ -1199,7 +1199,9 @@ pattern_match1(Cpattern p, int c, int *mtp)
  * Only makes sense if lp->tp == CPAT_EQUIV and the (unseen) word
  * pattern also has that type.
  */
-static int
+
+/**/
+mod_export int
 pattern_match_equivalence(Cpattern lp, int wind, int wmtp, int wchr)
 {
     int lchr, lmtp;