about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-12-16 18:43:24 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-12-16 18:43:24 +0000
commitf73d92f5dc6ed8062f04b03757f6895b6a74e4e8 (patch)
tree5c0c649f35aeb55dd8d6b8edb015f92ac3bfe766
parent2908d73f6cc464d0e0c71745686b06f3f97d7542 (diff)
downloadzsh-f73d92f5dc6ed8062f04b03757f6895b6a74e4e8.tar.gz
zsh-f73d92f5dc6ed8062f04b03757f6895b6a74e4e8.tar.xz
zsh-f73d92f5dc6ed8062f04b03757f6895b6a74e4e8.zip
add missing mod_export
-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;