From 2e4d3eb14546db60ecea31a9bd08900e23ce14cb Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 6 May 2015 18:21:12 -0400 Subject: [PATCH] Mark TODO sections, need to figure these out --- runtime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime.h b/runtime.h index 25823a02..5f1c9c5c 100644 --- a/runtime.h +++ b/runtime.h @@ -184,7 +184,7 @@ extern const object quote_Cyc_191procedure; // JAE TODO: will probably need to refactor this, since modules (libs) // can have globals, too -//TODO: DECLARE_GLOBALS +JAE TODO: DECLARE_GLOBALS #ifdef CYC_EVAL 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. */ transp(Cyc_global_variables); /* Internal global used by the runtime */ - //TODO: GC_GLOBALS + JAE TODO: GC_GLOBALS while (scanp