Skip to content

Commit

Permalink
Use use_module/1 to load library(debug).
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Oct 13, 2023
1 parent c05e51b commit fb08b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpl.pl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
jpl_set_element/2
]).
:- autoload(library(apply),[maplist/2]).
:- autoload(library(debug),[debugging/1,debug/3]).
:- use_module(library(debug),[debugging/1,debug/3]).
:- autoload(library(lists),
[member/2,nth0/3,nth1/3,append/3,flatten/2,select/3]).
:- autoload(library(shlib),[load_foreign_library/1]).
Expand Down

0 comments on commit fb08b41

Please sign in to comment.