![]() |
Cyclone Scheme
0.4
|
◆ return_closcall1
Value:
{ \ char top; \ if (stack_overflow(&top, (((gc_thread_data *)data)->stack_limit))) { \ object buf[1]; buf[0] = a1;\ GC(td, clo, buf, 1); \ return; \ } else {\ closcall1(td, (closure) (clo), a1); \ return;\ } \ }
Definition: types.h:256 |