oops, posfix was looking for infix :(
This commit is contained in:
parent
4e5c3b9103
commit
ad58ff3ecc
@ -267,7 +267,7 @@ IsPosfixOp(Atom op, int *pptr, int *lpptr USES_REGS)
|
|||||||
{
|
{
|
||||||
int p;
|
int p;
|
||||||
|
|
||||||
OpEntry *opp = Yap_GetOpProp(op, INFIX_OP PASS_REGS);
|
OpEntry *opp = Yap_GetOpProp(op, POSFIX_OP PASS_REGS);
|
||||||
if (!opp)
|
if (!opp)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
if (opp->OpModule &&
|
if (opp->OpModule &&
|
||||||
|
Reference in New Issue
Block a user