mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
* 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:
parent
fdbf3a76a1
commit
8a3d25a790
7 changed files with 119 additions and 113 deletions
2
node.h
2
node.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue