mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Implement BREAK, NEXT and REDO NODE locations
This commit is contained in:
parent
f7ffa76377
commit
d03e0d1c35
Notes:
git
2024-09-11 09:01:33 +00:00
5 changed files with 50 additions and 16 deletions
|
@ -345,6 +345,7 @@ typedef struct RNode_EXITS {
|
|||
|
||||
struct RNode *nd_chain;
|
||||
struct RNode *nd_stts;
|
||||
rb_code_location_t keyword_loc;
|
||||
} rb_node_exits_t, rb_node_break_t, rb_node_next_t, rb_node_redo_t;
|
||||
|
||||
typedef struct RNode_RETRY {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue