Yang Xu <xuyang2018.jy@cn.fujitsu.com> writes: > -#define P(f) printf("%s: %zu\n", #f, m->f); > +#define P(f) printf("%s: %zu\n", #f, m->f) LGTM Reviewed-by: DJ Delorie <dj@redhat.com> (I'll commit after the branch if nobody else does by then) (but you can never have enough semicolons ;)