From 6c074dfaf3f6f144d64056ddfb58984817f0296a Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Thu, 21 Jun 2001 10:09:08 +0000 Subject: POSIX "for" syntax. --- Src/parse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/parse.c') diff --git a/Src/parse.c b/Src/parse.c index dd89ab0cd..9ea691d2c 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -909,6 +909,8 @@ par_for(int *complex) ecstr(tokstr); incmdpos = 1; yylex(); + while (isnewlin && !csh) + yylex(); if (tok == STRING && !strcmp(tokstr, "in")) { int np, n; -- cgit 1.4.1