diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-04-16 13:21:24 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-04-16 13:21:24 +0000 |
commit | f48fa9eb9d66bb225ef2529186b8d7048ea3b2ba (patch) | |
tree | bd6d0a110ab1e72b5d526eb65702b02313fbe330 /Src | |
parent | 7bb711a3d66730807bd54b78d5a848aef3c666c5 (diff) | |
download | zsh-f48fa9eb9d66bb225ef2529186b8d7048ea3b2ba.tar.gz zsh-f48fa9eb9d66bb225ef2529186b8d7048ea3b2ba.tar.xz zsh-f48fa9eb9d66bb225ef2529186b8d7048ea3b2ba.zip |
unposted: prepare for release of 4.3.3 zsh-4.3.3
Diffstat (limited to 'Src')
-rw-r--r-- | Src/.distfiles | 2 | ||||
-rw-r--r-- | Src/sort.c | 2 | ||||
-rw-r--r-- | Src/utils.c | 2 |
3 files changed, 3 insertions, 3 deletions
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; |