From 7be7a49cef443cb9790d52ef331d6591580d8975 Mon Sep 17 00:00:00 2001 From: "K. Noel Belcourt" Date: Wed, 4 Jan 2012 23:42:11 +0000 Subject: [PATCH] Fix typo in pgi compiler version. [SVN r76312] --- include/boost/config/compiler/pgi.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/pgi.hpp b/include/boost/config/compiler/pgi.hpp index 6da0e0f4..611e77f1 100644 --- a/include/boost/config/compiler/pgi.hpp +++ b/include/boost/config/compiler/pgi.hpp @@ -8,7 +8,7 @@ // PGI C++ compiler setup: #define BOOST_COMPILER_VERSION __PGIC__##__PGIC_MINOR__ -#define BOOST_COMPILER "PGI compiler version " BOOST_STRINGIZE(_COMPILER_VERSION) +#define BOOST_COMPILER "PGI compiler version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION) // // Threading support: