declare hook predicates so that $notrace will not think they are undefined.

This commit is contained in:
Vitor Santos Costa 2008-09-30 11:44:48 +01:00
parent 75cd0c619c
commit 32a1396b79

View File

@ -177,6 +177,14 @@ yap_hacks:cut_by(CP) :- '$$cut_by'(CP).
:- multifile swi:swi_predicate_table/4. :- multifile swi:swi_predicate_table/4.
:- multifile user:generate_message_hook/3.
:- multifile user:message_hook/3.
:- multifile prolog:message/3.
:- multifile user:portray_message/2.
file_search_path(library, Dir) :- file_search_path(library, Dir) :-
library_directory(Dir). library_directory(Dir).
file_search_path(swi, Home) :- file_search_path(swi, Home) :-