put a reminder that in the future YAP will give an exception on unknown.

This commit is contained in:
Vitor Santos Costa 2009-05-04 18:08:12 -05:00
parent 848e1209a2
commit d7559c3f96
1 changed files with 2 additions and 0 deletions

View File

@ -204,3 +204,5 @@ file_search_path(system, Dir) :-
prolog_flag(host_type, Dir).
file_search_path(foreign, yap('lib/Yap')).
%:- yap_flag(unknown,error).