use iuse executable to handle cases hwere we may have different versions of YAP around.

This commit is contained in:
U-vsc-PC\vsc
2014-03-04 11:58:48 +00:00
parent eff7a5afcc
commit f8f2376394
4 changed files with 69 additions and 12 deletions

View File

@@ -251,7 +251,7 @@ user:prolog_file_type(A, executable) :-
file_search_path(library, Dir) :-
library_directory(Dir).
file_search_path(commons, Dir) :-
commons_directory(Dir0).
commons_directory(Dir).
file_search_path(swi, Home) :-
current_prolog_flag(home, Home).
file_search_path(yap, Home) :-