From 656d6d28704943d2960b20761b6d05386086e8a2 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 5 Jun 2000 09:01:07 +0000 Subject: 2000-06-05 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node.h') diff --git a/node.h b/node.h index e251e4e535..3923b7a07b 100644 --- a/node.h +++ b/node.h @@ -128,15 +128,15 @@ typedef struct RNode { union { struct RNode *node; ID id; - int argc; + long argc; VALUE value; } u2; union { struct RNode *node; ID id; - int state; + long state; struct global_entry *entry; - int cnt; + long cnt; VALUE value; } u3; } NODE; -- cgit v1.2.3