mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-07 05:06:36 +02:00
Not always an explicit continuation arg
This commit is contained in:
parent
6fc1966f7b
commit
a650f41daf
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ Note our `define-c` FFI requires the user to specify the same calling convention
|
||||||
|
|
||||||
We want a signature similar to this:
|
We want a signature similar to this:
|
||||||
|
|
||||||
static void __lambda(void *data, object closure, object k, int argc, object *args) ;
|
static void __lambda(void *data, object closure, int argc, object *args) ;
|
||||||
|
|
||||||
That way we can pack all the extra arguments into `args` and call all functions using a single standard interface.
|
That way we can pack all the extra arguments into `args` and call all functions using a single standard interface.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue