Skip to content

Commit

Permalink
added multiple ns
Browse files Browse the repository at this point in the history
  • Loading branch information
vvaltman committed Feb 15, 2018
1 parent 36bf190 commit a111989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tl-parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit a111989

Please sign in to comment.