From 9990225f237e717ace196d3aea246e660768dbb5 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Thu, 7 Nov 2002 17:50:56 +0000 Subject: [PATCH] Fixed HPUX compiler version string. --- src/libCom/misc/cxxCompilerDependencies.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/misc/cxxCompilerDependencies.h b/src/libCom/misc/cxxCompilerDependencies.h index 6f14431eb..44192e646 100644 --- a/src/libCom/misc/cxxCompilerDependencies.h +++ b/src/libCom/misc/cxxCompilerDependencies.h @@ -33,7 +33,7 @@ # define CXX_THROW_SPECIFICATION # endif #elif defined ( __HP_aCC ) -# if _HP_aCC > 033300 +# if _HP_aCC > 33300 # define CXX_PLACEMENT_DELETE # endif # define CXX_THROW_SPECIFICATION