Merge branch 'nd/object-allocation-comments'

Code doc update.

* nd/object-allocation-comments:
  object.h: realign object flag allocation comment
  object.h: update flag allocation comment
This commit is contained in:
Junio C Hamano
2018-03-14 12:01:06 -07:00
5 changed files with 20 additions and 12 deletions

View File

@ -158,6 +158,7 @@ struct obj_info {
struct object *obj;
};
/* Remember to update object flag allocation in object.h */
#define FLAG_OPEN (1u<<20)
#define FLAG_WRITTEN (1u<<21)