diff options
author | Ron Yorston <rmy@pobox.com> | 2018-11-27 15:58:54 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-11-27 16:02:09 +0000 |
commit | 97ca1f4b955f486cd26461cb09185335483d2921 (patch) | |
tree | 4bae98039c0551c94abe3926df183012879c1135 | |
parent | 3ea280b8326e1d9d8c7b9b1fbcb19af2c674e309 (diff) | |
download | busybox-w32-97ca1f4b955f486cd26461cb09185335483d2921.tar.gz busybox-w32-97ca1f4b955f486cd26461cb09185335483d2921.tar.bz2 busybox-w32-97ca1f4b955f486cd26461cb09185335483d2921.zip |
platform.h: remove obsolete #define
-rw-r--r-- | include/platform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h index ee13e1b1e..0d17062da 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -169,7 +169,6 @@ | |||
169 | # define bswap_64 __bswap64 | 169 | # define bswap_64 __bswap64 |
170 | # define bswap_32 __bswap32 | 170 | # define bswap_32 __bswap32 |
171 | # define bswap_16 __bswap16 | 171 | # define bswap_16 __bswap16 |
172 | # define __BIG_ENDIAN__ (_BYTE_ORDER == _BIG_ENDIAN) | ||
173 | #elif ENABLE_PLATFORM_MINGW32 | 172 | #elif ENABLE_PLATFORM_MINGW32 |
174 | # define __BIG_ENDIAN 0 | 173 | # define __BIG_ENDIAN 0 |
175 | # define __LITTLE_ENDIAN 1 | 174 | # define __LITTLE_ENDIAN 1 |