mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
Making input char* const.
This commit is contained in:
parent
ba11e996e6
commit
6b369c58a0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ struct sexp_pollfds_t {
|
||||||
|
|
||||||
#if SEXP_USE_GREEN_THREADS
|
#if SEXP_USE_GREEN_THREADS
|
||||||
|
|
||||||
static void sexp_define_type_predicate_by_tag (sexp ctx, sexp env, char *cname, sexp_uint_t type) {
|
static void sexp_define_type_predicate_by_tag (sexp ctx, sexp env, const char *cname, sexp_uint_t type) {
|
||||||
sexp_gc_var2(name, op);
|
sexp_gc_var2(name, op);
|
||||||
sexp_gc_preserve2(ctx, name, op);
|
sexp_gc_preserve2(ctx, name, op);
|
||||||
name = sexp_c_string(ctx, cname, -1);
|
name = sexp_c_string(ctx, cname, -1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue