diff --git a/scheme/load.sld b/scheme/load.sld index 85d1f9a3..9d1a2e3b 100644 --- a/scheme/load.sld +++ b/scheme/load.sld @@ -14,6 +14,7 @@ ;; static void __lambda_0(void *data, int argc, closure _,object k_7322, object arg1_737, object arg2_736) { ;; lambda portion is computed, so we can't include that. ;; compiler would need to insert the "static void (lambda)" part +;; TODO: maybe break up into two args, one being the args list and the other being the function body?? (c-ffi:define prim-test " (void *data, int argc, closure _, object k, object arg1, object arg2) { return_closcall1(data, k, arg1);