aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index 701beebbd6..76024dfe53 100644
--- a/compile.c
+++ b/compile.c
@@ -52,9 +52,9 @@ typedef struct iseq_label_data {
int label_no;
int position;
int sc_state;
- int set;
int sp;
int refcnt;
+ unsigned int set: 1;
} LABEL;
typedef struct iseq_insn_data {