diff options
author | ydah <[email protected]> | 2024-09-10 16:41:27 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-09-11 18:01:16 +0900 |
commit | d03e0d1c35638fcd3b474bf604c855f132356e6d () | |
tree | fc528b850c077ada83b5da5b20198c3a8abcde46 /rubyparser.h | |
parent | f7ffa76377ead1760dcb0a84db282facb461ecd7 (diff) |
Implement BREAK, NEXT and REDO NODE locations
Notes: Merged: https://.com/ruby/ruby/pull/11584
-rw-r--r-- | rubyparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -345,6 +345,7 @@ typedef struct RNode_EXITS { struct RNode *nd_chain; struct RNode *nd_stts; } rb_node_exits_t, rb_node_break_t, rb_node_next_t, rb_node_redo_t; typedef struct RNode_RETRY { |