diff options
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h index ea0512f36..e10c5b558 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -187,7 +187,7 @@ | |||
187 | #elif defined(BYTE_ORDER) && BYTE_ORDER == LITTLE_ENDIAN | 187 | #elif defined(BYTE_ORDER) && BYTE_ORDER == LITTLE_ENDIAN |
188 | # define BB_BIG_ENDIAN 0 | 188 | # define BB_BIG_ENDIAN 0 |
189 | # define BB_LITTLE_ENDIAN 1 | 189 | # define BB_LITTLE_ENDIAN 1 |
190 | #elif defined(__386__) | 190 | #elif defined(__i386__) |
191 | # define BB_BIG_ENDIAN 0 | 191 | # define BB_BIG_ENDIAN 0 |
192 | # define BB_LITTLE_ENDIAN 1 | 192 | # define BB_LITTLE_ENDIAN 1 |
193 | #else | 193 | #else |