mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Implement CASE3 NODE keyword locations
This commit is contained in:
parent
5334766beb
commit
b811a9a097
Notes:
git
2024-09-23 00:19:54 +00:00
5 changed files with 23 additions and 7 deletions
|
@ -301,6 +301,8 @@ typedef struct RNode_CASE3 {
|
|||
|
||||
struct RNode *nd_head;
|
||||
struct RNode *nd_body;
|
||||
rb_code_location_t case_keyword_loc;
|
||||
rb_code_location_t end_keyword_loc;
|
||||
} rb_node_case3_t;
|
||||
|
||||
typedef struct RNode_WHEN {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue