add comment for BOOST_BIG_ENDIAN etc.

[SVN r13982]
This commit is contained in:
Jens Maurer
2002-05-20 10:50:04 +00:00
parent a10341d270
commit c039069703

View File

@ -47,6 +47,8 @@
#include <cwchar> // for WCHAR_MIN and WCHAR_MAX
#endif
// The macros are not named appropriately. We don't care about integer
// bit layout, but about floating-point NaN (etc.) bit patterns.
#if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) || defined(__ppc__) || defined(__hppa) || defined(_MIPSEB)
#define BOOST_BIG_ENDIAN
#elif defined(__i386__)