mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +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!
|
(define-c thread-sleep!
|
||||||
"(void *data, int argc, closure _, object k, object timeout)"
|
"(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
|
;; 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
|
;; of it that is allocated on the heap. NOTE the original object
|
||||||
|
|
Loading…
Add table
Reference in a new issue