aboutsummaryrefslogtreecommitdiffstats
path: root/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'node.h')
-rw-r--r--node.h4
1 files changed, 2 insertions, 2 deletions
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;