oops, posfix was looking for infix :(

This commit is contained in:
Vitor Santos Costa 2011-06-14 08:58:10 +01:00
parent 4e5c3b9103
commit ad58ff3ecc
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ IsPosfixOp(Atom op, int *pptr, int *lpptr USES_REGS)
{
int p;
OpEntry *opp = Yap_GetOpProp(op, INFIX_OP PASS_REGS);
OpEntry *opp = Yap_GetOpProp(op, POSFIX_OP PASS_REGS);
if (!opp)
return FALSE;
if (opp->OpModule &&