beautify #error message

[SVN r10026]
This commit is contained in:
Jens Maurer
2001-05-05 20:27:35 +00:00
parent 1ad42da3a3
commit 952b926f1e

View File

@ -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 {