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 /Src/hashtable.c | |
| parent | 19575: Fix problem with trap on EXIT overriding status (diff) | |
| download | zsh-95231270ede1c8f915528cea08a2192ff45811cb.tar zsh-95231270ede1c8f915528cea08a2192ff45811cb.tar.gz zsh-95231270ede1c8f915528cea08a2192ff45811cb.tar.bz2 zsh-95231270ede1c8f915528cea08a2192ff45811cb.tar.lz zsh-95231270ede1c8f915528cea08a2192ff45811cb.tar.xz zsh-95231270ede1c8f915528cea08a2192ff45811cb.tar.zst zsh-95231270ede1c8f915528cea08a2192ff45811cb.zip | |
19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1
Diffstat (limited to 'Src/hashtable.c')
| -rw-r--r-- | Src/hashtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/hashtable.c b/Src/hashtable.c index 7057c9a7e..b09936fa8 100644 --- a/Src/hashtable.c +++ b/Src/hashtable.c @@ -925,7 +925,7 @@ static struct reswd reswds[] = { {NULL, "}", 0, OUTBRACE}, {NULL, "case", 0, CASE}, {NULL, "coproc", 0, COPROC}, - {NULL, "do", 0, DO}, + {NULL, "do", 0, DOLOOP}, {NULL, "done", 0, DONE}, {NULL, "elif", 0, ELIF}, {NULL, "else", 0, ELSE}, |
