X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=object.h;h=e08afbd29ff04cf463a4aacdc4fe141a2ab54ce6;hb=210a0be504829bad5a2821488d3c25cc406fed4a;hp=0e7618283cb8c85d89cc2935b8ab7430571a14a7;hpb=90768daaa006516c7ae69ed89d7c2e67243dfac1;p=git.git diff --git a/object.h b/object.h index 0e761828..e08afbd2 100644 --- a/object.h +++ b/object.h @@ -23,7 +23,7 @@ struct object { }; extern int track_object_refs; -extern int nr_objs; +extern int obj_allocs; extern struct object **objs; /** Internal only **/