summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
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 ecf61450c1..722df09771 100644
--- a/node.h
+++ b/node.h
@@ -138,7 +138,7 @@ typedef struct RNode {
union {
struct RNode *node;
ID id;
- long argc;
+ int argc;
VALUE value;
} u2;
union {