diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-29 07:29:48 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-29 07:29:48 +0000 |
commit | c145916f32b0c51e9a438ebf7e14e27fb3081450 (patch) | |
tree | 85575066692a78748c27a6b28394e85ed6f15b35 /gc.c | |
parent | 5cc08a4c23421f8cc89d400d522e572223a61501 (diff) | |
download | ruby-c145916f32b0c51e9a438ebf7e14e27fb3081450.tar.gz ruby-c145916f32b0c51e9a438ebf7e14e27fb3081450.tar.xz ruby-c145916f32b0c51e9a438ebf7e14e27fb3081450.zip |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
-rw-r--r-- | gc.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -484,7 +484,6 @@ rb_gc_mark(ptr) case NODE_CDECL: case NODE_CVDECL: case NODE_CVASGN2: - case NODE_CVASGN3: case NODE_MODULE: case NODE_COLON3: case NODE_OPT_N: @@ -521,7 +520,6 @@ rb_gc_mark(ptr) case NODE_IVAR: case NODE_CVAR: case NODE_CVAR2: - case NODE_CVAR3: case NODE_NTH_REF: case NODE_BACK_REF: case NODE_ALIAS: |