diff options
Diffstat (limited to 'Src/Zle')
-rw-r--r-- | Src/Zle/compmatch.c | 4 |
1 files changed, 3 insertions, 1 deletions
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; |