Code

Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c.
authorJason Riedy <ejr@EECS.Berkeley.EDU>
Wed, 21 Feb 2007 01:34:56 +0000 (17:34 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Feb 2007 03:10:57 +0000 (19:10 -0800)
commit3efb1f343a9d6214a59a814029cab96638e9b915
tree8c904a15ff2b41cb442b0a526b33dfde58640ca8
parente326bce65c2a8b10f40c1869e13c7450a243b109
Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c.

Thanks to Simon 'corecode' Schubert <corecode@fs.ei.tum.de> for
the clean-up.  Defining the C99 standard PRIuMAX when necessary
replaces UM_FMT and the awkward UM10_FMT.  There are no direct
C99 translations for other uses of NO_C99_FORMAT in git, alas.

Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
fast-import.c