update prolog_xref.

This commit is contained in:
Vitor Santos Costa
2010-02-28 22:26:09 +00:00
parent dcd1c37fa8
commit 6a252cded4
2 changed files with 349 additions and 190 deletions

View File

@@ -69,10 +69,6 @@ users of the library are:
:- if(current_prolog_flag(dialect, yap)).
% yap
'$set_source_module'(M1, M2) :-
source_module(M1),
module(M2).
'$style_check'([Singleton,Discontiguous,Multiple], StyleF) :-
(
prolog_flag(single_var_warnings,on)