rename prefix RBASIC_ to MRB_; ref #3340

This commit is contained in:
Yukihiro "Matz" Matsumoto
2016-12-12 00:54:36 +09:00
parent 1fbad32f8b
commit 92c843dd07
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ ary_fill_with_nil(mrb_value *ptr, mrb_int size)
static void
ary_modify(mrb_state *mrb, struct RArray *a)
{
if (RBASIC_FROZEN_P(a)) {
if (MRB_FROZEN_P(a)) {
mrb_raise(mrb, E_RUNTIME_ERROR, "can't modify frozen array");
}