* eval.c (rb_call0): argument update propagation. [ruby-dev:28044]

* env.h: remove argc member from struct FRAME.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2006-02-13 09:10:55 +00:00
parent fdbf3a76a1
commit 8a3d25a790
7 changed files with 119 additions and 113 deletions

2
node.h
View file

@ -199,7 +199,7 @@ typedef struct RNode {
#define nd_lit u1.value
#define nd_frml u1.node
#define nd_rest u2.argc
#define nd_rest u2.node
#define nd_opt u1.node
#define nd_recv u1.node