summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 9eb0510b..770fefc7 100644
--- a/lib.h
+++ b/lib.h
@@ -390,10 +390,13 @@ typedef struct seq_iter {
union {
val iter;
cnum index;
+ val vn;
+ cnum cn;
} ui;
union {
- val lim;
cnum len;
+ val vbound;
+ cnum cbound;
} ul;
int (*get)(struct seq_iter *, val *pval);
int (*peek)(struct seq_iter *, val *pval);