Marc-André Lureau <marcandre.lureau@xxxxxxxxx> writes: > --- > object.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/object.h b/object.h > index 89dd0c4..83d3644 100644 > --- a/object.h > +++ b/object.h > @@ -21,7 +21,7 @@ struct object_array { > } *objects; > }; > > -#define TYPE_BITS 3 > +#define TYPE_BITS 4 > #define FLAG_BITS 27 This would increase the value of (TYPE_BITS+FLAG_BITS). We spent a lot of effect to keep sizeof(struct object) to absolute minimum, and you need to have a very good reason if you are breaking it. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html