about summary refs log tree commit diff
path: root/third_party/git/commit-reach.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/commit-reach.c')
-rw-r--r--third_party/git/commit-reach.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/git/commit-reach.c b/third_party/git/commit-reach.c
index 4ca7e706a1..3ea174788a 100644
--- a/third_party/git/commit-reach.c
+++ b/third_party/git/commit-reach.c
@@ -10,6 +10,7 @@
 #include "commit-reach.h"
 
 /* Remember to update object flag allocation in object.h */
+#define REACHABLE       (1u<<15)
 #define PARENT1		(1u<<16)
 #define PARENT2		(1u<<17)
 #define STALE		(1u<<18)