X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=object.h;h=4d1d61546f0441bd198cda3ad153b35a91444b72;hb=a9bfbc5b698103b1553e1023c4f77001cc861e79;hp=82877c831ca7fe39abbb98805f5801bdc6fcac9c;hpb=80eac928ae11d4e417feddcc6a1ec373cf41e14f;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