Re: [PATCH jk/config-int-range-check] compat/mingw.h: define PRId64

2013-09-19 Thread Jeff King
On Thu, Sep 19, 2013 at 09:17:07AM +0200, Johannes Sixt wrote: > From: Johannes Sixt > > Provide PRId64 alongside PRIuMAX. > > Signed-off-by: Johannes Sixt Thanks. I had noticed this was the first use of PRId64, but I wasn't sure what various implementations would want. I notice that we also

[PATCH jk/config-int-range-check] compat/mingw.h: define PRId64

2013-09-19 Thread Johannes Sixt
From: Johannes Sixt Provide PRId64 alongside PRIuMAX. Signed-off-by: Johannes Sixt --- I thought I had compiled 'next' on Windows recently... This is an emergency fix for a compile error in 'master'. compat/mingw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/mingw.h b/compat