summaryrefslogtreecommitdiffstats
path: root/node.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-13 09:10:55 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-13 09:10:55 +0000
commita710af77c9728b7347e7db36a6f64df7d68b690d (patch)
tree8820bbe1bb80a8ce542b3e6105fcd7c306d38502 /node.h
parent581135e4fd4f0c44435f5bb1b62c0fad45d26215 (diff)
downloadruby-a710af77c9728b7347e7db36a6f64df7d68b690d.tar.gz
ruby-a710af77c9728b7347e7db36a6f64df7d68b690d.tar.xz
ruby-a710af77c9728b7347e7db36a6f64df7d68b690d.zip
* eval.c (rb_call0): argument update propagation. [ruby-dev:28044]
* env.h: remove argc member from struct FRAME. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'node.h')
-rw-r--r--node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.h b/node.h
index a70ebff25..39d02ae9d 100644
--- a/node.h
+++ b/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