summaryrefslogtreecommitdiff
path: root/src/diff_xdiff.h
diff options
context:
space:
mode:
authorCalvin Buckley <calvin@cmpct.info>2021-07-07 19:12:02 -0300
committerCalvin Buckley <calvin@cmpct.info>2021-07-07 19:12:02 -0300
commit52505ab5a2f0235d73553b6e8ecaa45943d1efc6 (patch)
treeb4c6f5f4883cce7c68dd5d9201e6b22e075b35e8 /src/diff_xdiff.h
parentc1aca3fedaf2cfe6d9bc7f5dbf5828a872dd74e5 (diff)
downloadlibgit2-52505ab5a2f0235d73553b6e8ecaa45943d1efc6.tar.gz
Convert long long constant specifiers to stdint macros
Diffstat (limited to 'src/diff_xdiff.h')
-rw-r--r--src/diff_xdiff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff_xdiff.h b/src/diff_xdiff.h
index aca80b131..9b303e9dc 100644
--- a/src/diff_xdiff.h
+++ b/src/diff_xdiff.h
@@ -16,7 +16,7 @@
/* xdiff cannot cope with large files. these files should not be passed to
* xdiff. callers should treat these large files as binary.
*/
-#define GIT_XDIFF_MAX_SIZE (1024LL * 1024 * 1023)
+#define GIT_XDIFF_MAX_SIZE (INT64_C(1024) * 1024 * 1023)
/* A git_xdiff_output is a git_patch_generate_output with extra fields
* necessary to use libxdiff. Calling git_xdiff_init() will set the diff_cb