This commit is contained in:
@@ -186,8 +186,8 @@ static struct ev_vec_meta_t *__svec_interm_md;
|
|||||||
* *Note* This is possibly replaceable with a variadic function.
|
* *Note* This is possibly replaceable with a variadic function.
|
||||||
*/
|
*/
|
||||||
#define ev_vec_push(v, ...) \
|
#define ev_vec_push(v, ...) \
|
||||||
EV_FOREACH_UDATA(__ev_vec_internal_push, v, __VA_ARGS__);
|
EV_FOREACH_UDATA(__ev_vec_internal_push, v, __VA_ARGS__)
|
||||||
#define __ev_vec_internal_push(v, var) ev_vec_push_impl((ev_vec_t*)v, var);
|
#define __ev_vec_internal_push(v, var) ev_vec_push_impl((ev_vec_t*)v, var)
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \param vec_p A pointer to the vector that we want an iterator for
|
* \param vec_p A pointer to the vector that we want an iterator for
|
||||||
|
|||||||
Reference in New Issue
Block a user