about summary refs log tree commit diff
path: root/Src/subst.c
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2006-09-23 14:43:57 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2006-09-23 14:43:57 +0000
commit71fa876defaafe49874b93fdff0c7c4a4e72c878 (patch)
tree3975b51121b37df489a760faf78e0a0fc8aa39f8 /Src/subst.c
parentfa68d6fa0a214391154288f0450f2f8fa234fdf7 (diff)
downloadzsh-71fa876defaafe49874b93fdff0c7c4a4e72c878.tar.gz
zsh-71fa876defaafe49874b93fdff0c7c4a4e72c878.tar.xz
zsh-71fa876defaafe49874b93fdff0c7c4a4e72c878.zip
22761: fix compdescrie for multibyte characters
Diffstat (limited to 'Src/subst.c')
-rw-r--r--Src/subst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/subst.c b/Src/subst.c
index 28ef9c011..865c16b1a 100644
--- a/Src/subst.c
+++ b/Src/subst.c
@@ -581,7 +581,7 @@ strcatsub(char **d, char *pb, char *pe, char *src, int l, char *s, int glbsub,
 typedef int (*CompareFn) _((const void *, const void *));
 
 /**/
-int
+mod_export int
 strpcmp(const void *a, const void *b)
 {
 #ifdef HAVE_STRCOLL