diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/variable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variable.c b/src/variable.c index 74bb591cf..e98075632 100644 --- a/src/variable.c +++ b/src/variable.c @@ -1085,7 +1085,7 @@ retry: return FALSE; } -int +mrb_bool mrb_const_defined_at(mrb_state *mrb, struct RClass *klass, mrb_sym id) { return mrb_const_defined_0(mrb, klass, id, TRUE, FALSE); |
