mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Fix #880
Fix issue of can't load symbol when load from image, which cause by add extra "(sexp_proc1)" before function name. Error message: "dynamic function lookup failure: <static> (sexp_proc1)sexp_get_sha_stub"
This commit is contained in:
parent
c026c0884d
commit
767bb8a5f9
1 changed files with 0 additions and 1 deletions
|
@ -1881,7 +1881,6 @@
|
||||||
(else 1))
|
(else 1))
|
||||||
", \"" (func-stub-name func) "\", "))
|
", \"" (func-stub-name func) "\", "))
|
||||||
"")
|
"")
|
||||||
"(sexp_proc1)"
|
|
||||||
(func-stub-name func)
|
(func-stub-name func)
|
||||||
(cond
|
(cond
|
||||||
(default (lambda () (cat ", " (write-default default))))
|
(default (lambda () (cat ", " (write-default default))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue