Commit 41d898e1 authored by Victor Zverovich's avatar Victor Zverovich

Use (u)int64_t instead of long.

parent 9fc05747
......@@ -570,8 +570,8 @@ class Formatter : public BasicFormatter {
int int_value;
unsigned uint_value;
double double_value;
long long_value;
unsigned long ulong_value;
int64_t long_value;
uint64_t ulong_value;
long double long_double_value;
const void *pointer_value;
struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment