mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Implement DOT2 NODE locations
This commit is contained in:
parent
a1f010b8e4
commit
88da6856a3
Notes:
git
2025-01-04 11:27:59 +00:00
5 changed files with 31 additions and 10 deletions
|
@ -915,6 +915,7 @@ typedef struct RNode_DOTS {
|
|||
|
||||
struct RNode *nd_beg;
|
||||
struct RNode *nd_end;
|
||||
rb_code_location_t operator_loc;
|
||||
} rb_node_dot2_t, rb_node_dot3_t, rb_node_flip2_t, rb_node_flip3_t;
|
||||
|
||||
typedef struct RNode_SELF {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue