fix another typo.

This commit is contained in:
Vítor Santos Costa 2014-10-07 23:34:49 +01:00
parent ad82a2619d
commit bcc8fea458

View File

@ -1345,7 +1345,7 @@ export_list(Module, List) :-
'$do_import'( N/K-N1/K, Mod, ContextMod) :-
functor(G,N,K),
'$follow_import_chain'(Mod,G,M0,G0),
G0=..[ N|Args],
G0=..[N0|Args],
G1=..[N1|Args],
( '$check_import'(M0,ContextMod,N1,K) ->
( ContextMod = user ->