Skip to content

Commit

Permalink
FIXED: unification of zero-arity compounds
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Jun 14, 2024
1 parent 49dbf6f commit 03b98f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pl-prims.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ do_unify(DECL_LD Word t1, Word t2)
return rc;
if ( rc != DO_COMPOUND )
return rc;
rc = TRUE;

Functor f1 = valueTerm(*t1);
Functor f2 = valueTerm(*t2);
Expand Down

0 comments on commit 03b98f3

Please sign in to comment.