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