summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authorydah <[email protected]>2024-09-10 16:41:27 +0900
committerYuichiro Kaneko <[email protected]>2024-09-11 18:01:16 +0900
commitd03e0d1c35638fcd3b474bf604c855f132356e6d ()
treefc528b850c077ada83b5da5b20198c3a8abcde46 /rubyparser.h
parentf7ffa76377ead1760dcb0a84db282facb461ecd7 (diff)
Implement BREAK, NEXT and REDO NODE locations
Notes: Merged: https://.com/ruby/ruby/pull/11584
-rw-r--r--rubyparser.h1
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 {