mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05: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")))
|
(arry-assign (c-macro-array-assign num-args "buf" "a")))
|
||||||
(string-append
|
(string-append
|
||||||
;"/* Check for GC, then call given continuation closure */\n"
|
;"/* Check for GC, then call given continuation closure */\n"
|
||||||
"#define return_closcall" n "(td, clo" args ") \\\n"
|
"#define return_closcall" n "(td, clo" args ") { \\\n"
|
||||||
"{char top; \\\n"
|
" char top; \\\n"
|
||||||
" if (stack_overflow(&top, (((gc_thread_data *)data)->stack_limit))) { \\\n"
|
" if (stack_overflow(&top, (((gc_thread_data *)data)->stack_limit))) { \\\n"
|
||||||
" object buf[" n "]; " arry-assign "\\\n"
|
" object buf[" n "]; " arry-assign "\\\n"
|
||||||
" GC(td,clo,buf," n "); return; \\\n"
|
" GC(td,clo,buf," n "); return; \\\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue