change the sig_pending flag into a stack
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@295 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
502e15be8e
commit
b9b8b3d3be
@ -749,7 +749,7 @@ debugging :-
|
||||
'$recorded'('$sig_handler', action(S,A),_),
|
||||
'$execute'(A),
|
||||
'$handle_signals'(Rest).
|
||||
'$handle_signals'([_|Rest]).
|
||||
'$handle_signals'([_|Rest]) :- '$handle_signals'(Rest).
|
||||
|
||||
'$msg'(P,G,Module,L,SL):-
|
||||
flush_output(user_output),
|
||||
|
Reference in New Issue
Block a user