symbol can contain non printable characters

This commit is contained in:
Yukihiro Matsumoto
2012-06-05 08:34:09 +09:00
parent 531124f057
commit b7cc7fffe7
5 changed files with 85 additions and 35 deletions
-6
View File
@@ -1616,12 +1616,6 @@ mrb_str_init(mrb_state *mrb, mrb_value self)
return self;
}
mrb_sym
mrb_intern_str(mrb_state *mrb, mrb_value str)
{
return mrb_intern(mrb, RSTRING_PTR(str));
}
/* 15.2.10.5.25 */
/* 15.2.10.5.41 */
/*