summaryrefslogtreecommitdiffstats
path: root/env.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-06 21:50:06 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-06 21:50:06 +0000
commitd08d661dc03105ff58b6fd4960cb078630dc4169 (patch)
treec40497dc8c419b596aa0c5679e1d8621cb474562 /env.h
parent16264971bb38a5e1b3916cad7027eb7a88335a15 (diff)
downloadruby-d08d661dc03105ff58b6fd4960cb078630dc4169.tar.gz
ruby-d08d661dc03105ff58b6fd4960cb078630dc4169.tar.xz
ruby-d08d661dc03105ff58b6fd4960cb078630dc4169.zip
* eval.c (rb_call0): update ruby_class as well as ruby_cref.
(ruby-bugs-ja PR#540) * eval.c (rb_yield_0): remove ruby_frame->cbase and unify to ruby_cref. [ruby-talk:78141] * eval.c: initialize /* OK */ variables by Qnil to stop warnings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'env.h')
-rw-r--r--env.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/env.h b/env.h
index a4802ed44..388c94693 100644
--- a/env.h
+++ b/env.h
@@ -20,7 +20,6 @@ extern struct FRAME {
ID last_func;
ID orig_func;
VALUE last_class;
- VALUE cbase;
struct FRAME *prev;
struct FRAME *tmp;
struct RNode *node;