Improvements for Chibi
This commit is contained in:
parent
84ab83e1ad
commit
83169beb2a
|
|
@ -256,6 +256,6 @@
|
||||||
if(sexp_procedurep(proc) == 1) {
|
if(sexp_procedurep(proc) == 1) {
|
||||||
puts(\"ITS A PROCEDURE\");
|
puts(\"ITS A PROCEDURE\");
|
||||||
}
|
}
|
||||||
return proc->source;
|
return proc->source; //FIXME
|
||||||
}")
|
}")
|
||||||
(define-c void* (scheme-procedure-to-pointer scheme_procedure_to_pointer) (sexp))
|
(define-c void* (scheme-procedure-to-pointer scheme_procedure_to_pointer) (sexp))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue