Improvements for Chibi

This commit is contained in:
retropikzel 2025-01-25 07:31:03 +02:00
parent 3683f43c68
commit 84ab83e1ad
1 changed files with 1 additions and 2 deletions

View File

@ -256,7 +256,6 @@
if(sexp_procedurep(proc) == 1) {
puts(\"ITS A PROCEDURE\");
}
return proc->var;
return proc->source;
}")
(define-c void* (scheme-procedure-to-pointer scheme_procedure_to_pointer) (sexp))