diff options
| author | Tyge Løvset <[email protected]> | 2023-03-22 17:32:21 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-03-22 17:32:21 +0100 |
| commit | e6a25eaaf4687ff99d0d719d0b32ad512156039e (patch) | |
| tree | 6bc1730f6882eb054c6472361487a0be8b85c7aa /include/stc/forward.h | |
| parent | 66429475ed6ac0deaba85989174e8880762d7888 (diff) | |
| download | STC-modified-e6a25eaaf4687ff99d0d719d0b32ad512156039e.tar.gz STC-modified-e6a25eaaf4687ff99d0d719d0b32ad512156039e.zip | |
Added c_foreach_r() macro for reverse iter of cvec, cdeq, cstack.
Moved c_find_if, c_erase_if, c_eraseremove_if to algo/filter.h
Internals.
Diffstat (limited to 'include/stc/forward.h')
| -rw-r--r-- | include/stc/forward.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/forward.h b/include/stc/forward.h index 00c531fe..31e67e7d 100644 --- a/include/stc/forward.h +++ b/include/stc/forward.h @@ -118,7 +118,7 @@ typedef union { } SELF##_result; \ \ typedef struct { \ - SELF##_value *ref, *end; \ + SELF##_value *ref, *_end; \ uint8_t* _hx; \ } SELF##_iter; \ \ |
