From 952b926f1e8b0c810029c76017bb0f0b481191ce Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 5 May 2001 20:27:35 +0000 Subject: [PATCH] beautify #error message [SVN r10026] --- include/boost/detail/limits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/limits.hpp b/include/boost/detail/limits.hpp index f16caaa3..f7fe5652 100644 --- a/include/boost/detail/limits.hpp +++ b/include/boost/detail/limits.hpp @@ -38,7 +38,7 @@ #if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) #define BOOST_BIG_ENDIAN #elif !defined(__i386__) -#error This file is not correctly set up for your cpu type. +#error The file boost/detail/limits.hpp needs to be set up for your CPU type. #endif namespace std {