Improvements for Chibi

This commit is contained in:
retropikzel 2025-01-25 07:31:13 +02:00
parent 84ab83e1ad
commit 83169beb2a
1 changed files with 1 additions and 1 deletions

View File

@ -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))