From 698fe540b9ac94b2cf7e7261a47d1f5b7d8d09d0 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 15 Dec 2010 23:04:50 +0000 Subject: * node.h (RNode): match the type of flags to RBasic, and renamed nd_file as nd_reserved. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node.h') diff --git a/node.h b/node.h index 82f7ba06d2..b9668beccc 100644 --- a/node.h +++ b/node.h @@ -233,8 +233,8 @@ enum node_type { }; typedef struct RNode { - unsigned long flags; - char *nd_file; + VALUE flags; + VALUE nd_reserved; /* ex nd_file */ union { struct RNode *node; ID id; -- cgit v1.2.3