oops
This commit is contained in:
parent
3a3220d1a1
commit
56fa3499b1
@ -47,7 +47,7 @@ run_goal(Goal, Result0) :-
|
||||
call(Goal),
|
||||
!,
|
||||
% make sure we're not getting an extraneous interrupt if we terminate early....
|
||||
yap_hacks:disable_interrupts.
|
||||
yap_hacks:disable_interrupts,
|
||||
alarm(0,_,_),
|
||||
true.
|
||||
run_goal(Goal, Result0) :-
|
||||
|
Reference in New Issue
Block a user