mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Add DEFINED NODE locations
Add keyword_defined locations to struct RNode_DEFINED
This commit is contained in:
parent
f186f2cb70
commit
fd492a45eb
5 changed files with 22 additions and 10 deletions
|
@ -962,6 +962,7 @@ typedef struct RNode_DEFINED {
|
|||
NODE node;
|
||||
|
||||
struct RNode *nd_head;
|
||||
rb_code_location_t keyword_loc;
|
||||
} rb_node_defined_t;
|
||||
|
||||
typedef struct RNode_POSTEXE {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue