mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 22:32:05 -08:00
Replace a @(return) with an ecl_return1()
This commit is contained in:
parent
defc12c1bc
commit
7643157118
1 changed files with 1 additions and 1 deletions
|
|
@ -119,5 +119,5 @@ mp_wait_on_semaphore(cl_object semaphore)
|
|||
if (get_semaphore_inner(env, semaphore) == Cnil) {
|
||||
ecl_wait_on(env, get_semaphore_inner, semaphore);
|
||||
}
|
||||
@(return Ct)
|
||||
ecl_return1(env, Ct);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue