Index: abstract.c =================================================================== --- abstract.c (revision 7365) +++ abstract.c (revision 7366) @@ -123,7 +123,7 @@ /* Initialize an object by setting the common header fields; the only purpose of this function is to get compiler warnings at every caller when the header is extended (because the number of args would be extended here) */ -csch_inline void csch_aobj_init(csch_abstract_t *abs, csch_ahdr_t *dst, csch_atype_t type) +RND_INLINE void csch_aobj_init(csch_abstract_t *abs, csch_ahdr_t *dst, csch_atype_t type) { dst->type = type; csch_attrib_init(&dst->attr);