fix warning.
This commit is contained in:
parent
48053694c7
commit
e18f083da6
@ -1345,7 +1345,7 @@ export_list(Module, List) :-
|
|||||||
'$do_import'( N/K-N1/K, Mod, ContextMod) :-
|
'$do_import'( N/K-N1/K, Mod, ContextMod) :-
|
||||||
functor(G,N,K),
|
functor(G,N,K),
|
||||||
'$follow_import_chain'(Mod,G,M0,G0),
|
'$follow_import_chain'(Mod,G,M0,G0),
|
||||||
G0=..[N0|Args],
|
G0=..[_N0|Args],
|
||||||
G1=..[N1|Args],
|
G1=..[N1|Args],
|
||||||
( '$check_import'(M0,ContextMod,N1,K) ->
|
( '$check_import'(M0,ContextMod,N1,K) ->
|
||||||
( ContextMod = user ->
|
( ContextMod = user ->
|
||||||
|
Reference in New Issue
Block a user