add source_location for SWI compatibility
This commit is contained in:
parent
d91bab4247
commit
b15d9c0363
@ -380,6 +380,10 @@ use_module(M,F,Is) :-
|
|||||||
'$skip_unix_comments'(_).
|
'$skip_unix_comments'(_).
|
||||||
|
|
||||||
|
|
||||||
|
source_location(FileName, Line) :-
|
||||||
|
prolog_load_context(file, FileName),
|
||||||
|
prolog_load_context(term_position,'$stream_position'(_, Line, _, _, _)).
|
||||||
|
|
||||||
prolog_load_context(_, _) :-
|
prolog_load_context(_, _) :-
|
||||||
nb_getval('$consulting_file',[]), !, fail.
|
nb_getval('$consulting_file',[]), !, fail.
|
||||||
prolog_load_context(directory, DirName) :-
|
prolog_load_context(directory, DirName) :-
|
||||||
|
Reference in New Issue
Block a user