summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-04-09 16:52:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-04-09 16:52:28 +0000
commitae6b9ced18f366e4ae054f8cc6d1eae3bb8cce9e (patch)
tree91f2a138a254cdc09683e7a4f0dac435b07eacfa /eval.c
parent769610b6f0c5079fb85d62f534abfd11aad69155 (diff)
* eval.c (rb_obj_is_method): indefinite return value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index d6ddaa3202..13b29bca3a 100644
--- a/eval.c
+++ b/eval.c
@@ -7346,6 +7346,7 @@ rb_obj_is_method(m)
if (TYPE(m) == T_DATA && RDATA(m)->dmark == (RUBY_DATA_FUNC)bm_mark) {
return Qtrue;
}
+ return Qfalse;
}
static VALUE