diff options
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -397,6 +397,7 @@ typedef struct seq_iter { cnum len; val vbound; cnum cbound; + val next; } ul; int (*get)(struct seq_iter *, val *pval); int (*peek)(struct seq_iter *, val *pval); |