mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
Mark TODO sections, need to figure these out
This commit is contained in:
parent
1ddadac287
commit
2e4d3eb145
1 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ extern const object quote_Cyc_191procedure;
|
||||||
|
|
||||||
// JAE TODO: will probably need to refactor this, since modules (libs)
|
// JAE TODO: will probably need to refactor this, since modules (libs)
|
||||||
// can have globals, too
|
// can have globals, too
|
||||||
//TODO: DECLARE_GLOBALS
|
JAE TODO: DECLARE_GLOBALS
|
||||||
|
|
||||||
#ifdef CYC_EVAL
|
#ifdef CYC_EVAL
|
||||||
static void _call_95cc(object cont, object args){
|
static void _call_95cc(object cont, object args){
|
||||||
|
@ -613,7 +613,7 @@ void GC_loop(int major, closure cont, object *ans, int num_ans)
|
||||||
|
|
||||||
/* Transport global variables. */
|
/* Transport global variables. */
|
||||||
transp(Cyc_global_variables); /* Internal global used by the runtime */
|
transp(Cyc_global_variables); /* Internal global used by the runtime */
|
||||||
//TODO: GC_GLOBALS
|
JAE TODO: GC_GLOBALS
|
||||||
while (scanp<allocp) /* Scan the newspace. */
|
while (scanp<allocp) /* Scan the newspace. */
|
||||||
switch (type_of(scanp))
|
switch (type_of(scanp))
|
||||||
{case cons_tag:
|
{case cons_tag:
|
||||||
|
|
Loading…
Add table
Reference in a new issue