From d544a55259848219712ef5bc322f583860b726f2 Mon Sep 17 00:00:00 2001 From: Gennaro Prota Date: Mon, 10 Jul 2006 11:57:36 +0000 Subject: [PATCH] fixed typo: "True64" -> "Tru64" [SVN r34498] --- include/boost/config/compiler/compaq_cxx.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/config/compiler/compaq_cxx.hpp b/include/boost/config/compiler/compaq_cxx.hpp index a52e66a2..b44486c6 100644 --- a/include/boost/config/compiler/compaq_cxx.hpp +++ b/include/boost/config/compiler/compaq_cxx.hpp @@ -5,9 +5,9 @@ // See http://www.boost.org for most recent version. -// Dec Alpha True64 C++ compiler setup: +// Tru64 C++ compiler setup (now HP): -#define BOOST_COMPILER "Dec Alpha True64 " BOOST_STRINGIZE(__DECCXX_VER) +#define BOOST_COMPILER "HP Tru64 C++ " BOOST_STRINGIZE(__DECCXX_VER) #include "boost/config/compiler/common_edg.hpp"