diff options
| author | Tyge Løvset <[email protected]> | 2022-11-03 17:24:10 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-11-03 17:24:10 +0100 |
| commit | 41795cba77b5559e702bc5b749fb2d8dc5c6d8bf (patch) | |
| tree | 7bb8d22ee9e0d8008283760268dbfe73035038bb /include/stc/forward.h | |
| parent | d1d8a9f389155c223db92d060b8fbccda58e2e53 (diff) | |
| download | STC-modified-41795cba77b5559e702bc5b749fb2d8dc5c6d8bf.tar.gz STC-modified-41795cba77b5559e702bc5b749fb2d8dc5c6d8bf.zip | |
Changed internal representation of csmap.
Diffstat (limited to 'include/stc/forward.h')
| -rw-r--r-- | include/stc/forward.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stc/forward.h b/include/stc/forward.h index e78f1dd7..ef287fe4 100644 --- a/include/stc/forward.h +++ b/include/stc/forward.h @@ -185,6 +185,7 @@ typedef union { \ typedef struct { \ SELF##_node *nodes; \ + SELF##_size_t root, disp, head, size, cap; \ } SELF #endif #define _c_cstack_types(SELF, VAL) \ |
