summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib.h b/lib.h
index dc90aa23..8448db55 100644
--- a/lib.h
+++ b/lib.h
@@ -47,8 +47,8 @@ typedef double_uintptr_t dbl_ucnum;
#endif
#define container(PTR, TYPE, MEMB) \
- convert(TYPE *, \
- convert(mem_t *, (PTR)) - offsetof(TYPE, MEMB))
+ coerce(TYPE *, \
+ coerce(mem_t *, (PTR)) - offsetof(TYPE, MEMB))
#if __STDC_VERSION__ >= 199901L
#define FLEX_ARRAY