diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-17 09:36:05 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-17 09:36:05 +0000 |
| commit | 0ff935ddcf4571176d649e5ae5c1c2322f022660 (patch) | |
| tree | d3f505227c0ff960dce425a24c1722e6e29d5ef8 /variable.c | |
| parent | 8929d928116ceb4ebae08f7e6273e7d0d7e59053 (diff) | |
| download | ruby-0ff935ddcf4571176d649e5ae5c1c2322f022660.tar.gz ruby-0ff935ddcf4571176d649e5ae5c1c2322f022660.tar.xz ruby-0ff935ddcf4571176d649e5ae5c1c2322f022660.zip | |
* 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
Diffstat (limited to 'variable.c')
| -rw-r--r-- | variable.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
