- Output cleanup.
This commit is contained in:
parent
afda4f355e
commit
e3d16947ee
@ -415,7 +415,7 @@ bind_goal_regular (const Goal goal)
|
|||||||
termPrint (p->nameterm);
|
termPrint (p->nameterm);
|
||||||
eprintf (", ");
|
eprintf (", ");
|
||||||
termPrint (r->nameterm);
|
termPrint (r->nameterm);
|
||||||
eprintf (", index%i\n");
|
eprintf (", index %i\n", index);
|
||||||
#endif
|
#endif
|
||||||
return termMguInTerm (goal.rd->message, rd->message,
|
return termMguInTerm (goal.rd->message, rd->message,
|
||||||
bind_this_unification);
|
bind_this_unification);
|
||||||
|
Loading…
Reference in New Issue
Block a user