From ddd8614e5149a5aabde1acef1609084003adbc80 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sun, 30 Apr 2000 17:58:35 +0000 Subject: AIX dependency fixes --- Src/Zle/compresult.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/Zle/compresult.c') diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c index c804fdcf2..1e6140687 100644 --- a/Src/Zle/compresult.c +++ b/Src/Zle/compresult.c @@ -540,7 +540,7 @@ instmatch(Cmatch m, int *scs) * braces. */ /**/ -int +mod_export int hasbrpsfx(Cmatch m, char *pre, char *suf) { char *op = lastprebr, *os = lastpostbr; @@ -1148,7 +1148,7 @@ comp_list(char *v) /* This skips over matches that are not to be listed. */ /**/ -Cmatch * +mod_export Cmatch * skipnolist(Cmatch *p, int showall) { int mask = (showall ? 0 : (CMF_NOLIST | CMF_MULT)) | CMF_HIDE; -- cgit 1.4.1