about summary refs log tree commit diff
path: root/Src/lex.c
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2004-03-11 14:25:12 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2004-03-11 14:25:12 +0000
commit95231270ede1c8f915528cea08a2192ff45811cb (patch)
tree14646c4e83b796af3507464979e51dc94b952beb /Src/lex.c
parent1316a6b44123df11b98811ef243154a6e54b9bcc (diff)
downloadzsh-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 'Src/lex.c')
-rw-r--r--Src/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/lex.c b/Src/lex.c
index a852de369..952daf14d 100644
--- a/Src/lex.c
+++ b/Src/lex.c
@@ -393,7 +393,7 @@ ctxtlex(void)
     case BAR:
     case BARAMP:
     case INOUTPAR:
-    case DO:
+    case DOLOOP:
     case THEN:
     case ELIF:
     case ELSE: