diff options
author | ydah <[email protected]> | 2024-09-24 20:05:12 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-09-30 18:04:41 +0900 |
commit | 044e57ed7c34bfe2cea6e7dcc685cc0a4050c86f () | |
tree | 8860acb22cee3b0882e94ed6ca7da976daef40b7 /rubyparser.h | |
parent | 239c1c621e92f519498e421cf825f44667c0e56c (diff) |
Implement SPLAT NODE keyword locations
Notes: Merged: https://.com/ruby/ruby/pull/11673
-rw-r--r-- | rubyparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -810,6 +810,7 @@ typedef struct RNode_SPLAT { NODE node; struct RNode *nd_head; } rb_node_splat_t; typedef struct RNode_BLOCK_PASS { |