summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib.h b/lib.h
index 92ae34df..c7296b7b 100644
--- a/lib.h
+++ b/lib.h
@@ -375,9 +375,7 @@ typedef struct seq_iter {
val iter;
cnum index;
} ui;
- union {
- cnum len;
- } ul;
+ cnum len;
int (*get)(struct seq_iter *, val *pval);
int (*peek)(struct seq_iter *, val *pval);
} seq_iter_t;