mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Implement VALIAS NODE keyword locations
This commit is contained in:
parent
37d7ae06af
commit
ab18b1b4f5
Notes:
git
2024-09-04 05:36:53 +00:00
5 changed files with 20 additions and 5 deletions
|
@ -828,6 +828,7 @@ typedef struct RNode_VALIAS {
|
|||
|
||||
ID nd_alias;
|
||||
ID nd_orig;
|
||||
rb_code_location_t keyword_loc;
|
||||
} rb_node_valias_t;
|
||||
|
||||
typedef struct RNode_UNDEF {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue