summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authorydah <[email protected]>2024-09-05 18:41:10 +0900
committerYuichiro Kaneko <[email protected]>2024-09-09 10:34:02 +0900
commitd52e599538fb67535c95d86aec89fd7e53c61818 ()
treefcb0fd4bbd8a9db6a598a135a0f0a62f2178ed5d /rubyparser.h
parentb5f12910151f93f5f14057c52ffffa2b2ef09caa (diff)
Implement WHEN NODE locations
Notes: Merged: https://.com/ruby/ruby/pull/11553
-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 {