X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=object.h;h=4d1d61546f0441bd198cda3ad153b35a91444b72;hb=89ac1223c08a19a83f6efb32234ed8665d5ad1ee;hp=82877c831ca7fe39abbb98805f5801bdc6fcac9c;hpb=edea184a585c9bda560995f676092879a42e3e7a;p=git.git diff --git a/object.h b/object.h index 82877c831..4d1d61546 100644 --- a/object.h +++ b/object.h @@ -21,6 +21,8 @@ struct object_array { } *objects; }; +#define OBJECT_ARRAY_INIT { 0, 0, NULL } + #define TYPE_BITS 3 #define FLAG_BITS 27