From f73d92f5dc6ed8062f04b03757f6895b6a74e4e8 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 16 Dec 2012 18:43:24 +0000 Subject: add missing mod_export --- ChangeLog | 4 +++- Src/utils.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a318c777c..37cd7ca3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * unposted: README, Config/version.mk, Etc/FAQ.yo for 5.0.0-test-1. + * unposted: Src/utils.c: missing mod_export. + 2012-12-13 Peter Stephenson * 30876: Src/exec.c, Test/A06assign.ztst, Test/C03traps.ztst: @@ -379,5 +381,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5769 $ +* $Revision: 1.5770 $ ***************************************************** diff --git a/Src/utils.c b/Src/utils.c index cadb06f61..26e2a5c2c 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -2887,7 +2887,7 @@ zjoin(char **arr, int delim, int heap) * of items into an array of strings. */ /**/ -char ** +mod_export char ** colonsplit(char *s, int uniq) { int ct; -- cgit 1.4.1