SWI compatibility
This commit is contained in:
parent
6f1281849c
commit
e33b7502b5
@ -39,6 +39,7 @@
|
||||
'$hide'('$stream') :- !, fail. /* not $STREAM */
|
||||
'$hide'('$stream_position') :- !, fail. /* not stream position */
|
||||
'$hide'('$hacks') :- !, fail.
|
||||
'$hide'('$source_location') :- !, fail.
|
||||
'$hide'('$messages') :- !, fail.
|
||||
'$hide'(Name) :- hide(Name), fail.
|
||||
|
||||
|
Reference in New Issue
Block a user