]> git.ipfire.org Git - thirdparty/git.git/blobdiff - object.h
perl: bump the required Perl version to 5.8 from 5.6.[21]
[thirdparty/git.git] / object.h
index 82877c831ca7fe39abbb98805f5801bdc6fcac9c..4d1d61546f0441bd198cda3ad153b35a91444b72 100644 (file)
--- 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