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
@@ -455,7 +455,7 @@ mrb_obj_freeze(mrb_state *mrb, mrb_value self)
{
struct RBasic *b = mrb_basic_ptr(self);
RBASIC_SET_FROZEN_FLAG(b);
MRB_SET_FROZEN_FLAG(b);
return self;
}