summaryrefslogtreecommitdiffstats
path: root/object.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-08 14:22:19 -0800
committerJunio C Hamano <junkio@cox.net>2006-01-08 14:22:19 -0800
commit5a2282de13c4da13f979185e652c8a08e2481fd1 (patch)
tree873414f226d848057f9bb64140b629bf5215b9e9 /object.h
parentAdd a test for rebase when a change was picked upstream (diff)
parentGIT 1.0.8 (diff)
downloadgit-1.1.0.tar.gz
git-1.1.0.zip
GIT 1.1.0v1.1.0
Diffstat (limited to 'object.h')
-rw-r--r--object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.h b/object.h
index 336d986b51..0e7618283c 100644
--- a/object.h
+++ b/object.h
@@ -9,7 +9,7 @@ struct object_list {
struct object_refs {
unsigned count;
- struct object *ref[0];
+ struct object *ref[FLEX_ARRAY]; /* more */
};
struct object {