1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* eval.c (rb_eval): [ruby-core:03856]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2004-11-30 04:01:17 +00:00
parent afae182fe2
commit 38ada9fe87
3 changed files with 7 additions and 2 deletions

3
env.h
View file

@ -29,8 +29,7 @@ RUBY_EXTERN struct FRAME {
void rb_gc_mark_frame _((struct FRAME *));
#define FRAME_ALLOCA 0
#define FRAME_MALLOC 1
#define FRAME_DMETH 1
RUBY_EXTERN struct SCOPE {
struct RBasic super;