Skip to content

Commit

Permalink
Merge pull request #2533 from hurufu/fix-warnings
Browse files Browse the repository at this point in the history
Assorted small fixes
  • Loading branch information
mthom authored Sep 19, 2024
2 parents 0bc3d67 + 3af24a8 commit 3fa6b69
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file modified .dockerignore
100755 → 100644
Empty file.
Empty file modified Dockerfile
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion src/loader.pl
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
qualified_spec(MS) :- integer(MS), MS >= 0.


:- non_counted_backtracking expand_meta_predicate_subgoals/5.
:- non_counted_backtracking expand_meta_predicate_subgoals/6.

expand_meta_predicate_subgoals([SG | SGs], [MS | MSs], M, [ESG | ESGs], HeadVars, TGs) :-
( var(SG) ->
Expand Down

0 comments on commit 3fa6b69

Please sign in to comment.