mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 04:10:44 -08:00
MP:PROCESS-ENABLE did not return the process object.
This commit is contained in:
parent
63393f7c40
commit
4e35a718e5
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ mp_process_enable(cl_object process)
|
|||
}
|
||||
mp_giveup_lock(process->process.exit_lock);
|
||||
|
||||
@(return (ok? Ct : Cnil))
|
||||
@(return (ok? process : Cnil))
|
||||
}
|
||||
|
||||
cl_object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue