mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added TODO
This commit is contained in:
parent
04dda29132
commit
95391a6cab
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue