This commit is contained in:
Vitor Santos Costa 2009-05-21 01:08:34 -05:00
parent 3a3220d1a1
commit 56fa3499b1
1 changed files with 1 additions and 1 deletions

View File

@ -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) :-