patch by UN: op/3 typo in error

This commit is contained in:
Vítor Santos Costa 2012-03-22 22:13:11 +00:00
parent 1e2abadd78
commit 65e61cfefd
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ thread_create(Goal, Id, Options) :-
% vsc: ?????
thread_defaults(Defaults) :-
nonvar(Defaults), !,
'$do_error'(uninstantion_error(Defaults), thread_defaults(Defaults)).
'$do_error'(uninstantiation_error(Defaults), thread_defaults(Defaults)).
thread_defaults([stack(Stack), trail(Trail), system(System), detached(Detached), at_exit(AtExit)]) :-
recorded('$thread_defaults',[Stack, Trail, System, Detached, AtExit], _).