Provide fallback definitions of PRIu32 and PRIx32
commit607bb3ff885727a099b39e16abd86f17ae502306
authorJohannes Sixt <johannes.sixt@telecom.at>
Wed, 9 Jul 2008 20:38:14 +0000 (9 22:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Jul 2008 22:10:03 +0000 (9 15:10 -0700)
tree381f35ca99106c6d0df68fcee7c4a10fc6cf8feb
parent952182b5691452f2b4fb49513c74e856d561f9d2
Provide fallback definitions of PRIu32 and PRIx32

Since 6e1c23442 we make use of these C99 constructs, but this commit did
not provide fallbacks for non-C99 systems.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-compat-util.h