mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Cleanup
This commit is contained in:
parent
603b2a242f
commit
c6bd33bfe9
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@
|
|||
|
||||
(define-c thread-sleep!
|
||||
"(void *data, int argc, closure _, object k, object timeout)"
|
||||
" return_closcall1(data, k, Cyc_thread_sleep(data, timeout)); ")
|
||||
" Cyc_thread_sleep(data, timeout);
|
||||
return_closcall1(data, k, boolean_t); ")
|
||||
|
||||
;; Take a single object and if it is on the stack, return a copy
|
||||
;; of it that is allocated on the heap. NOTE the original object
|
||||
|
|
Loading…
Add table
Reference in a new issue