mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2000-05-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
014f2164ed
commit
9da4f78db4
46 changed files with 3491 additions and 188 deletions
|
@ -724,7 +724,6 @@ rb_generic_ivar_table(obj)
|
|||
VALUE obj;
|
||||
{
|
||||
st_table *tbl;
|
||||
VALUE val;
|
||||
|
||||
if (!generic_iv_tbl) return 0;
|
||||
if (!st_lookup(generic_iv_tbl, obj, &tbl)) return 0;
|
||||
|
@ -1336,7 +1335,6 @@ rb_cvar_set(klass, id, val)
|
|||
ID id;
|
||||
VALUE val;
|
||||
{
|
||||
VALUE value;
|
||||
VALUE tmp;
|
||||
|
||||
if (FL_TEST(klass, FL_SINGLETON)) {
|
||||
|
@ -1382,7 +1380,6 @@ rb_cvar_defined(klass, id)
|
|||
VALUE klass;
|
||||
ID id;
|
||||
{
|
||||
VALUE value;
|
||||
VALUE tmp;
|
||||
|
||||
if (FL_TEST(klass, FL_SINGLETON)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue