summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Src/utils.c2
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 <pws@csr.com>
* 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;