typo
This commit is contained in:
parent
148a5f3acd
commit
f9b19af0ea
@ -354,7 +354,7 @@ thread_default(Default) :-
|
|||||||
|
|
||||||
'$thread_default'(stack(Stack), [Stack, _, _, _, _]).
|
'$thread_default'(stack(Stack), [Stack, _, _, _, _]).
|
||||||
'$thread_default'(trail(Trail), [_, Trail, _, _, _]).
|
'$thread_default'(trail(Trail), [_, Trail, _, _, _]).
|
||||||
'$thread_default'(stack(System), [_, _, System, _, _]).
|
'$thread_default'(system(System), [_, _, System, _, _]).
|
||||||
'$thread_default'(detached(Detached), [_, _, _, Detached, _]).
|
'$thread_default'(detached(Detached), [_, _, _, Detached, _]).
|
||||||
'$thread_default'(at_exit(AtExit), [_, _, _, _, AtExit]).
|
'$thread_default'(at_exit(AtExit), [_, _, _, _, AtExit]).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user