mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
Fix BOOST_ARCH_PARISC (was BOOST_ARCH_PARISK) reference for detecting
endianess. Thanks to Graham Hanson for finding this.
This commit is contained in:
@ -140,7 +140,7 @@ information and acquired knowledge:
|
|||||||
!BOOST_ENDIAN_LITTLE_BYTE && !BOOST_ENDIAN_LITTLE_WORD
|
!BOOST_ENDIAN_LITTLE_BYTE && !BOOST_ENDIAN_LITTLE_WORD
|
||||||
# include <boost/predef/architecture.h>
|
# include <boost/predef/architecture.h>
|
||||||
# if BOOST_ARCH_M68K || \
|
# if BOOST_ARCH_M68K || \
|
||||||
BOOST_ARCH_PARISK || \
|
BOOST_ARCH_PARISC || \
|
||||||
BOOST_ARCH_SPARC || \
|
BOOST_ARCH_SPARC || \
|
||||||
BOOST_ARCH_SYS370 || \
|
BOOST_ARCH_SYS370 || \
|
||||||
BOOST_ARCH_SYS390 || \
|
BOOST_ARCH_SYS390 || \
|
||||||
|
Reference in New Issue
Block a user