mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-07 05:06:36 +02:00
Bug fixes
This commit is contained in:
parent
b93232c393
commit
56411c36fe
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
(define-c bn-test
|
(define-c bn-test
|
||||||
"(void *data, int argc, closure _, object k, object fx)"
|
"(void *data, int argc, closure _, object k, object fx)"
|
||||||
" object bn = Cyc_int2bignum2(data, fx);
|
" object bn = Cyc_int2bignum2(data, obj_obj2int(fx));
|
||||||
return_closcall1(data, k, bn); ")
|
return_closcall1(data, k, bn); ")
|
||||||
|
|
||||||
(repl)
|
(repl)
|
||||||
|
|
Loading…
Add table
Reference in a new issue