1 // (C) Copyright John Maddock 2001.
\r
2 // Use, modification and distribution are subject to the
\r
3 // Boost Software License, Version 1.0. (See accompanying file
\r
4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
\r
6 // See http://www.boost.org for most recent version.
\r
8 // Greenhills C++ compiler setup:
\r
10 #define BOOST_COMPILER "Greenhills C++ version " BOOST_STRINGIZE(__ghs)
\r
12 #include "boost/config/compiler/common_edg.hpp"
\r
16 // we don't support Greenhills prior to version 0:
\r
18 # error "Compiler not supported or configured - please reconfigure"
\r
21 // last known and checked version is 0:
\r
23 # if defined(BOOST_ASSERT_CONFIG)
\r
24 # error "Unknown compiler version - please run the configure tests and report the results"
\r