fix bad access flags call.

This commit is contained in:
Vítor Santos Costa 2008-12-12 22:46:32 +00:00
parent 8c4c7b4ae5
commit e0531d0743
1 changed files with 1 additions and 1 deletions

View File

@ -903,6 +903,6 @@ absolute_file_name(File,Opts,TrueFileName) :-
'$fetch_comp_status'(assert_all) :-
nb_getval('$assert_all',on), !.
'$fetch_comp_status'(source) :-
'$get_yap_flags'(11,1).
'$access_yap_flags'(11,1).
'$fetch_comp_status'(compact).