Corrected a bug in the implementation of yap_flag/2 when returning the user_input, uer_error, and user_ouput flag values.

This commit is contained in:
Paulo Moura 2011-04-30 20:22:20 +02:00
parent 5c9d62e16e
commit cfe65cea0a
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ yap_flag(dialect,yap).
'$yap_flag_show_gc_tracing'(_, _, _, off).
'$flag_check_alias'(OUT, Alias) :-
stream_property(OUT,[alias(Alias)]), !.
stream_property(OUT,alias(Alias)), !.
current_prolog_flag(V,Out) :-
var(V), !,