On Tue, Apr 15, 2003 at 01:58:23PM -0400, Jeff Trawick wrote: ... > #define APR_UINT64_T_FMT_LEN 3 > +#define APR_UINT64_T_HEX_FMT "llx" > +#define APR_UINT64_T_HEX_FMT_LEN 3 > #define APR_TIME_T_FMT APR_INT64_T_FMT
There's no need to add another _FMT_LEN #define, they are not really necessary, sizeof() is good for that kind of thing.
