From 0ff935ddcf4571176d649e5ae5c1c2322f022660 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 17 Sep 2002 09:36:05 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@2870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- variable.c | 1 + 1 file changed, 1 insertion(+) (limited to 'variable.c') diff --git a/variable.c b/variable.c index 18cd0c14e..255854d8f 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); -- cgit