added multiple ns

This commit is contained in:
vvaltman 2018-02-15 12:32:55 +03:00
parent 36bf1902ff
commit a111989860
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {