fix error where \* ( could be scanned as \+( (obs from Paulo Moura).

This commit is contained in:
Vitor Santos Costa 2010-02-18 09:19:29 +00:00
parent f5bba7b8f7
commit c21f178b36

View File

@ -1171,6 +1171,8 @@ Yap_tokenizer(int inp_stream, Term *tposp)
t->Tok = Ord(kind = Name_tok);
if (ch == '(')
solo_flag = FALSE;
else
solo_flag = TRUE;
}
break;