patch syntax error (by Paulo Moura)
This commit is contained in:
parent
7f41b36378
commit
14796f5d90
@ -356,7 +356,7 @@ thread_exit(Term) :-
|
|||||||
var(Term), !,
|
var(Term), !,
|
||||||
'$do_error'(instantiation_error, thread_exit(Term)).
|
'$do_error'(instantiation_error, thread_exit(Term)).
|
||||||
thread_exit(Term) :-
|
thread_exit(Term) :-
|
||||||
throw('$thread_finished'(exited(Term)).
|
throw('$thread_finished'(exited(Term))).
|
||||||
|
|
||||||
'$run_at_thread_exit'(Id0) :-
|
'$run_at_thread_exit'(Id0) :-
|
||||||
'$thread_run_at_exit'(G, M),
|
'$thread_run_at_exit'(G, M),
|
||||||
|
Reference in New Issue
Block a user