Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-bisect: use dash-less form on git bisect log
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 545df5924247c9d4ffe700db6c158715561f6a62..8c7e11473390c14956e43843c17a2d85a336a087 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-110,6
+110,14
@@
#define PRIuMAX "llu"
#endif
+#ifndef PRIu32
+#define PRIu32 "u"
+#endif
+
+#ifndef PRIx32
+#define PRIx32 "x"
+#endif
+
#ifndef PATH_SEP
#define PATH_SEP ':'
#endif