]> asedeno.scripts.mit.edu Git - git.git/blobdiff - git-compat-util.h
git-svn: find-rev and rebase for SVN::Mirror repositories
[git.git] / git-compat-util.h
index 545df5924247c9d4ffe700db6c158715561f6a62..8c7e11473390c14956e43843c17a2d85a336a087 100644 (file)
 #define PRIuMAX "llu"
 #endif
 
+#ifndef PRIu32
+#define PRIu32 "u"
+#endif
+
+#ifndef PRIx32
+#define PRIx32 "x"
+#endif
+
 #ifndef PATH_SEP
 #define PATH_SEP ':'
 #endif