diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2004-03-11 14:25:12 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2004-03-11 14:25:12 +0000 |
commit | 95231270ede1c8f915528cea08a2192ff45811cb (patch) | |
tree | 14646c4e83b796af3507464979e51dc94b952beb /ChangeLog | |
parent | 1316a6b44123df11b98811ef243154a6e54b9bcc (diff) | |
download | zsh-95231270ede1c8f915528cea08a2192ff45811cb.tar.gz zsh-95231270ede1c8f915528cea08a2192ff45811cb.tar.xz zsh-95231270ede1c8f915528cea08a2192ff45811cb.zip |
19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c95caa86e..bbdc0e6ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-11 Oliver Kiddle <opk@zsh.org> + + * 19595: Src/hashtable.c, Src/lex.c, Src/parse.c, Src/zsh.h, + Src/Zle/zle_tricky.c: rename DO to DOLOOP to avoid conflict with + a DO in curses.h on Tru64 5.1 + 2004-03-10 Peter Stephenson <pws@csr.com> * 19575: Src/signals.c, Test/C03traps.ztst: Fix the problem |