summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'rubyparser.h')
-rw-r--r--rubyparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rubyparser.h b/rubyparser.h
index fe134c0bb7..8168c356e9 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -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 {