summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-08-17 19:20:42 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-08-17 19:20:42 +0000
commit28d9c8376468961c4e57c06fb1626c3a3f2f9855 (patch)
treeb01df76213f53a1e6e939ec1f55dc5af2e554d4c
parent610a691e1c34b806e89b67e8fa4fc00571c30f3f (diff)
downloadzsh-28d9c8376468961c4e57c06fb1626c3a3f2f9855.tar.gz
zsh-28d9c8376468961c4e57c06fb1626c3a3f2f9855.zip
21654
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad9a7331a..c8b5d9215 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-08-17 Wayne Davison <wayned@users.sourceforge.net>
+ * 21654: Src/string.c, Src/utils.c: Marked some ifdef/endif lines
+ as exportable to fix a compile bug when ZLE_UNICODE_SUPPORT is not
+ defined.
+
* (unposted): configure.ac, aczsh.m4: Use AC_HELP_STRING macro in
all AC_ARG_ENABLE and AC_ARG_WITH macros.