author | Jason Riedy <ejr@EECS.Berkeley.EDU> | |
Tue, 20 Feb 2007 00:27:09 +0000 (16:27 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 20 Feb 2007 02:20:49 +0000 (18:20 -0800) | ||
commit | e326bce65c2a8b10f40c1869e13c7450a243b109 | |
tree | bdbebc0e072b928291d3fd12d5a7725dbb939e11 | tree | snapshot |
parent | bc6b4f52fc79712db637ff90a472b82b32695e11 | commit | diff |
Obey NO_C99_FORMAT in fast-import.c.
Define UM_FMT and UM10_FMT and use in place of %ju and %10ju,
respectively. Both format as unsigned long long, so this
assumes the compiler supports long long.
Signed-off-by: Jason Riedy <jason@acm.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Define UM_FMT and UM10_FMT and use in place of %ju and %10ju,
respectively. Both format as unsigned long long, so this
assumes the compiler supports long long.
Signed-off-by: Jason Riedy <jason@acm.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
fast-import.c | diff | blob | history |