[PATCH-YAP 6/6] ISO: compound(+1). now holds.
from ulrich neumerkel
This commit is contained in:
parent
0fa3fff5d5
commit
7640700fdf
@ -456,10 +456,6 @@ ParseTerm(int prio, JMPBUFF *FailBuff)
|
|||||||
t = MkLongIntTerm(-LongIntOfTerm(t));
|
t = MkLongIntTerm(-LongIntOfTerm(t));
|
||||||
NextToken;
|
NextToken;
|
||||||
break;
|
break;
|
||||||
} else if ((Atom)t == AtomPlus) {
|
|
||||||
t = Yap_tokptr->TokInfo;
|
|
||||||
NextToken;
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
} else if (Yap_tokptr->Tok == Name_tok) {
|
} else if (Yap_tokptr->Tok == Name_tok) {
|
||||||
Atom at = (Atom)Yap_tokptr->TokInfo;
|
Atom at = (Atom)Yap_tokptr->TokInfo;
|
||||||
|
Reference in New Issue
Block a user