diff options
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) \ |
