avoid loop when booting from Prolog
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1430 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
640bbe7431
commit
c1e67345cf
@ -37,7 +37,7 @@ true :- true.
|
||||
'$system_catch'('$enter_top_level',Module,Error,user:'$Error'(Error)).
|
||||
|
||||
'$init_system' :-
|
||||
'$add_alias_to_stream'('$loop_stream','$stream'(0)),
|
||||
'$change_alias_to_stream'('$loop_stream','$stream'(0)),
|
||||
% do catch as early as possible
|
||||
(
|
||||
'$access_yap_flags'(15, 0), \+ '$uncaught_throw' ->
|
||||
|
Reference in New Issue
Block a user