Commit 3fe4b641 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

add const qualifier to stop warning

parent a37c1daf
......@@ -600,7 +600,7 @@ obj_is_instance_of(mrb_state *mrb, mrb_value self)
static void
check_iv_name(mrb_state *mrb, mrb_sym id)
{
char *s;
const char *s;
int len;
s = mrb_sym2name_len(mrb, id, &len);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment