mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
updating genstatic.scm with the new C calling convention.
fixes #54 (thanks to Andreas Rottman)
This commit is contained in:
parent
2eaf4068e5
commit
a7c9e0982a
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
(define (init-c-lib lib)
|
||||
(display " ")
|
||||
(display (cdr lib))
|
||||
(display "(ctx, env);\n"))
|
||||
(display "(ctx sexp_api_pass(NULL, 1), env);\n"))
|
||||
|
||||
(define (main args)
|
||||
(find-c-libs (if (pair? (cdr args)) (cadr args) "lib"))
|
||||
|
|
Loading…
Add table
Reference in a new issue