diff options
Diffstat (limited to 'include/git2/object.h')
| -rw-r--r-- | include/git2/object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/object.h b/include/git2/object.h index 2045dd8dc..984dbb7ac 100644 --- a/include/git2/object.h +++ b/include/git2/object.h @@ -21,6 +21,8 @@ */ GIT_BEGIN_DECL +#define GIT_OBJECT_SIZE_MAX UINT64_MAX + /** * Lookup a reference to one of the objects in a repository. * |
