DescriptionUse C99 standard format macros for 64-bit values.
Currently we have several uses of %I64d in format strings to indicate
a 64-bit value. This does not work on Mac or Linux, where 'I'
indicates the use of locale specific digits.
Instead, we introduce base/format_macros.h which mimic the C99
standard macros for 64-bit values in a cross-platform manner.
Patch Set 1 #Patch Set 2 : ... #
Total comments: 3
Messages
Total messages: 4 (0 generated)
|