Skip to content

Commit

Permalink
ISO compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Nov 21, 2024
1 parent d64b97d commit 3f54479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/prolog_clause.pl
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
).
unify_clause((Head => Body), Compiled1, Module, TermPos0, TermPos) :-
!,
unify_clause2(Head :- Body, Compiled1, Module, TermPos0, TermPos).
unify_clause2((Head :- Body), Compiled1, Module, TermPos0, TermPos).
unify_clause(Read, Decompiled, Module, TermPos0, TermPos) :-
unify_clause2(Read, Decompiled, Module, TermPos0, TermPos).

Expand Down

0 comments on commit 3f54479

Please sign in to comment.