mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Implement ALIAS NODE keyword locations
This commit is contained in:
parent
af143d8a74
commit
a2243ee48b
Notes:
git
2024-09-03 13:09:27 +00:00
5 changed files with 17 additions and 5 deletions
|
@ -820,6 +820,7 @@ typedef struct RNode_ALIAS {
|
|||
|
||||
struct RNode *nd_1st;
|
||||
struct RNode *nd_2nd;
|
||||
rb_code_location_t keyword_loc;
|
||||
} rb_node_alias_t;
|
||||
|
||||
typedef struct RNode_VALIAS {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue