summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-17 09:36:05 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-17 09:36:05 +0000
commit73a47246f27d7967ec8af5fb7ce43064d4a64d40 (patch)
treed3f505227c0ff960dce425a24c1722e6e29d5ef8 /variable.c
parent50cc115b7e29418bf8cc1713717e72912f45e74a (diff)
* eval.c (rb_mod_nesting): load wrapping module should appear in
Module#nesting list. (ruby-bugs-ja:PR#328) * eval.c (rb_thread_remove): free stack buffer on remove. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/variable.c b/variable.c
index 18cd0c14ee..255854d8f0 100644
--- a/variable.c
+++ b/variable.c
@@ -1458,6 +1458,7 @@ original_module(c)
static void
cvar_override_check(id, a)
+ ID id;
VALUE a;
{
VALUE base = original_module(a);