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:
parent
5c9d62e16e
commit
cfe65cea0a
@ -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), !,
|
||||
|
Reference in New Issue
Block a user