Add DEFINED NODE locations

Add keyword_defined locations to struct RNode_DEFINED
This commit is contained in:
S-H-GAMELINKS 2025-07-24 21:59:44 +09:00 committed by Yudai Takada
parent f186f2cb70
commit fd492a45eb
5 changed files with 22 additions and 10 deletions

View file

@ -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 {