diff options
Diffstat (limited to 'coreutils/od_bloaty.c')
-rw-r--r-- | coreutils/od_bloaty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index 8013f483c..8497722ba 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
@@ -100,7 +100,7 @@ typedef long long llong; | |||
100 | # define LDBL_DIG DBL_DIG | 100 | # define LDBL_DIG DBL_DIG |
101 | #endif | 101 | #endif |
102 | 102 | ||
103 | #ifdef __MINGW32__ | 103 | #if ENABLE_PLATFORM_MINGW32 |
104 | /* symbol conflict */ | 104 | /* symbol conflict */ |
105 | #define CHAR SIZE_CHAR | 105 | #define CHAR SIZE_CHAR |
106 | #define SHORT SIZE_SHORT | 106 | #define SHORT SIZE_SHORT |