From d9d0ed3d889c1f657f678e01851cecc30fede343 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 18 May 2015 11:12:56 -0500 Subject: [PATCH] Fix BOOST_ARCH_PARISC (was BOOST_ARCH_PARISK) reference for detecting endianess. Thanks to Graham Hanson for finding this. --- include/boost/predef/other/endian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/predef/other/endian.h b/include/boost/predef/other/endian.h index 85a028d..048cc5d 100644 --- a/include/boost/predef/other/endian.h +++ b/include/boost/predef/other/endian.h @@ -140,7 +140,7 @@ information and acquired knowledge: !BOOST_ENDIAN_LITTLE_BYTE && !BOOST_ENDIAN_LITTLE_WORD # include # if BOOST_ARCH_M68K || \ - BOOST_ARCH_PARISK || \ + BOOST_ARCH_PARISC || \ BOOST_ARCH_SPARC || \ BOOST_ARCH_SYS370 || \ BOOST_ARCH_SYS390 || \