summaryrefslogtreecommitdiffhomepage
path: root/include/stc/forward.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-10-02 12:48:32 +0200
committerTyge Løvset <[email protected]>2021-10-02 12:48:32 +0200
commitce9ef95a3beb195b5f29fde80a3d7b0f57f84c22 (patch)
treeeb17f3857977ed843d6fefb6c6b711b356ca79be /include/stc/forward.h
parentc952b72df544e5d4cb555140f4d0c3f251444b45 (diff)
downloadSTC-modified-ce9ef95a3beb195b5f29fde80a3d7b0f57f84c22.tar.gz
STC-modified-ce9ef95a3beb195b5f29fde80a3d7b0f57f84c22.zip
Moved ref member in clist_X_iter_t to start of struct;
Diffstat (limited to 'include/stc/forward.h')
-rw-r--r--include/stc/forward.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/forward.h b/include/stc/forward.h
index 2d22b9ca..ec5f77b9 100644
--- a/include/stc/forward.h
+++ b/include/stc/forward.h
@@ -65,8 +65,8 @@
typedef struct SELF##_node_t SELF##_node_t; \
\
typedef struct { \
- SELF##_node_t *const *_last, *prev; \
SELF##_value_t *ref; \
+ SELF##_node_t *const *_last, *prev; \
} SELF##_iter_t; \
\
typedef struct { \