summaryrefslogtreecommitdiff
path: root/iseq.h
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.h b/iseq.h
index eba17168eb..b8c10d8816 100644
--- a/iseq.h
+++ b/iseq.h
@@ -93,9 +93,9 @@ struct iseq_compile_data {
VALUE ensure_node;
VALUE for_iseq;
struct iseq_compile_data_ensure_node_stack *ensure_node_stack;
- int loopval_popped; /* used by NODE_BREAK */
struct iseq_compile_data_storage *storage_head;
struct iseq_compile_data_storage *storage_current;
+ int loopval_popped; /* used by NODE_BREAK */
int last_line;
int label_no;
int node_level;