Added TODO

This commit is contained in:
Justin Ethier 2016-01-06 23:07:29 -05:00
parent 04dda29132
commit 95391a6cab

View file

@ -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);