diff options
Diffstat (limited to 'coreutils/od_bloaty.c')
| -rw-r--r-- | coreutils/od_bloaty.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index e886a4ed2..641d93503 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
| @@ -110,6 +110,13 @@ typedef long long llong; | |||
| 110 | # define LDBL_DIG DBL_DIG | 110 | # define LDBL_DIG DBL_DIG |
| 111 | #endif | 111 | #endif |
| 112 | 112 | ||
| 113 | #if ENABLE_PLATFORM_MINGW32 | ||
| 114 | /* symbol conflict */ | ||
| 115 | #define CHAR SIZE_CHAR | ||
| 116 | #define SHORT SIZE_SHORT | ||
| 117 | #define LONG SIZE_LONG | ||
| 118 | #define INT SIZE_INT | ||
| 119 | #endif | ||
| 113 | enum size_spec { | 120 | enum size_spec { |
| 114 | NO_SIZE, | 121 | NO_SIZE, |
| 115 | CHAR, | 122 | CHAR, |
