mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Implement WHEN NODE locations
This commit is contained in:
parent
b5f1291015
commit
d52e599538
Notes:
git
2024-09-09 01:34:21 +00:00
5 changed files with 21 additions and 4 deletions
|
@ -305,6 +305,8 @@ typedef struct RNode_WHEN {
|
|||
struct RNode *nd_head;
|
||||
struct RNode *nd_body;
|
||||
struct RNode *nd_next;
|
||||
rb_code_location_t keyword_loc;
|
||||
rb_code_location_t then_keyword_loc;
|
||||
} rb_node_when_t;
|
||||
|
||||
typedef struct RNode_IN {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue