mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Increase number of args allowed to 150
This commit is contained in:
parent
2fb0ed3764
commit
fbb34302dc
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ void do_dispatch(void *data, int argc, function_type func, object clo, object *b
|
|||
(display ");" )
|
||||
|
||||
(set! bs (string-append bs ",*(b+" (number->string i) ")"))
|
||||
(if (< i 129)
|
||||
(if (< i 149)
|
||||
(loop (+ i 1))))
|
||||
|
||||
(display "
|
||||
|
|
Loading…
Add table
Reference in a new issue