From f48fa9eb9d66bb225ef2529186b8d7048ea3b2ba Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 16 Apr 2007 13:21:24 +0000 Subject: unposted: prepare for release of 4.3.3 --- Src/.distfiles | 2 +- Src/sort.c | 2 +- Src/utils.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Src') diff --git a/Src/.distfiles b/Src/.distfiles index 9e150d8bf..1b0bc4ec7 100644 --- a/Src/.distfiles +++ b/Src/.distfiles @@ -7,7 +7,7 @@ DISTFILES_SRC=' hist.c init.c input.c jobs.c lex.c linklist.c loop.c main.c makepro.awk math.c mem.c mkbltnmlst.sh mkmakemod.sh module.c options.c params.c parse.c pattern.c prompt.c prototypes.h - signals.c signals.h string.c subst.c system.h text.c utils.c + signals.c signals.h sort.c string.c subst.c system.h text.c utils.c watch.c zsh.h zsh.mdd ztype.h zsh.rc zsh.ico ' diff --git a/Src/sort.c b/Src/sort.c index e88cc2cea..4f091deb8 100644 --- a/Src/sort.c +++ b/Src/sort.c @@ -195,7 +195,7 @@ zstrcmp(const char *as, const char *bs, int sortflags) */ /**/ -void +mod_export void strmetasort(char **array, int sortwhat, int *unmetalenp) { char **arrptr; diff --git a/Src/utils.c b/Src/utils.c index 0c436029b..2e4df845a 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -4028,7 +4028,7 @@ mb_metacharlenconv(const char *s, wint_t *wcp) */ /**/ -int +mod_export int mb_metastrlen(char *ptr, int width) { char inchar, *laststart; -- cgit v1.2.3-70-g09d2