From 26ca3a4ec6b07290445c8e097cad7c8d15dd0203 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 10 Jun 2008 19:12:57 +0000 Subject: Mikael: 25146: export pattern_match_equivalence() --- Src/Zle/compmatch.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Src') 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; -- cgit 1.4.1