mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-22 07:09:18 +02:00
Removing spurious ctx argument to sexp_make_character.
This commit is contained in:
parent
89dfe9ab35
commit
35226238ed
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@
|
||||||
((eq? base 'char)
|
((eq? base 'char)
|
||||||
(if (type-array type)
|
(if (type-array type)
|
||||||
(cat "sexp_c_string(ctx, " val ", " (c-array-length type) ")")
|
(cat "sexp_c_string(ctx, " val ", " (c-array-length type) ")")
|
||||||
(cat "sexp_make_character(ctx, " val ")")))
|
(cat "sexp_make_character(" val ")")))
|
||||||
((eq? 'env-string base)
|
((eq? 'env-string base)
|
||||||
(cat "(p=strchr(" val ", '=') ? "
|
(cat "(p=strchr(" val ", '=') ? "
|
||||||
"sexp_cons(ctx, str=sexp_c_string(ctx, " val
|
"sexp_cons(ctx, str=sexp_c_string(ctx, " val
|
||||||
|
|
Loading…
Add table
Reference in a new issue