diff options
author | ydah <[email protected]> | 2024-11-03 01:29:43 +0900 |
---|---|---|
committer | Yudai Takada <[email protected]> | 2025-06-15 22:37:20 +0900 |
commit | c584790bde83bfd6a01ebc9301f2fe00e4986ad7 () | |
tree | 24bcc36fa42d38ce96e8dfd5baffdcb63e3dd1b8 /rubyparser.h | |
parent | 2d96400c26bbba16233aa8d7afce297804400a2a (diff) |
Implement COLON2 NODE locations
Notes: Merged: https://.com/ruby/ruby/pull/11987
-rw-r--r-- | rubyparser.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -915,6 +915,8 @@ typedef struct RNode_COLON2 { struct RNode *nd_head; ID nd_mid; } rb_node_colon2_t; typedef struct RNode_COLON3 { |