diff --git a/tl-parser.c b/tl-parser.c index 524b196..669d5ba 100644 --- a/tl-parser.c +++ b/tl-parser.c @@ -265,7 +265,7 @@ char *parse_lex (void) { parse.lex.type = lex_lc_ident; return (parse.lex.ptr = p); } - if (curch == '.') { + while (curch == '.') { parse.lex.flags |= 1; nextch (); if (is_uletter (curch)) {