mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Refactoring
This commit is contained in:
parent
a63f9a729e
commit
1598a72921
1 changed files with 2 additions and 2 deletions
|
@ -123,8 +123,8 @@
|
|||
(arry-assign (c-macro-array-assign num-args "buf" "a")))
|
||||
(string-append
|
||||
;"/* Check for GC, then call given continuation closure */\n"
|
||||
"#define return_closcall" n "(td, clo" args ") \\\n"
|
||||
"{char top; \\\n"
|
||||
"#define return_closcall" n "(td, clo" args ") { \\\n"
|
||||
" char top; \\\n"
|
||||
" if (stack_overflow(&top, (((gc_thread_data *)data)->stack_limit))) { \\\n"
|
||||
" object buf[" n "]; " arry-assign "\\\n"
|
||||
" GC(td,clo,buf," n "); return; \\\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue