summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
-rw-r--r--rubyparser.h2
1 files changed, 2 insertions, 0 deletions
@@ -305,6 +305,8 @@ typedef struct RNode_WHEN {
struct RNode *nd_head;
struct RNode *nd_body;
struct RNode *nd_next;
} rb_node_when_t;
typedef struct RNode_IN {