X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=object.h;h=e08afbd29ff04cf463a4aacdc4fe141a2ab54ce6;hb=ce0bd64299ae148ef61a63edcac635de41254cb5;hp=0e7618283cb8c85d89cc2935b8ab7430571a14a7;hpb=8f1d2e6f49ee51ac062ab38337a6a70dd1998def;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 **/