From 95231270ede1c8f915528cea08a2192ff45811cb Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 11 Mar 2004 14:25:12 +0000 Subject: 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1 --- Src/parse.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Src/parse.c') diff --git a/Src/parse.c b/Src/parse.c index b1c1d1594..9dd9a18eb 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -978,7 +978,7 @@ par_for(int *complex) incmdpos = 1; while (tok == SEPER) yylex(); - if (tok == DO) { + if (tok == DOLOOP) { yylex(); par_save_list(complex); if (tok != DONE) @@ -1260,7 +1260,7 @@ par_while(int *complex) incmdpos = 1; while (tok == SEPER) yylex(); - if (tok == DO) { + if (tok == DOLOOP) { yylex(); par_save_list(complex); if (tok != DONE) @@ -1304,7 +1304,7 @@ par_repeat(int *complex) yylex(); while (tok == SEPER) yylex(); - if (tok == DO) { + if (tok == DOLOOP) { yylex(); par_save_list(complex); if (tok != DONE) -- cgit v1.2.3-70-g09d2