From a9250069deb07dc19eec95d58ccc0bf4e08bb182 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 5 Nov 2002 21:12:25 +0000 Subject: [PATCH] adjusted what is and isnt supported by egcs 2.95 --- src/libCom/misc/cxxCompilerDependencies.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/misc/cxxCompilerDependencies.h b/src/libCom/misc/cxxCompilerDependencies.h index 5b70a2731..6f14431eb 100644 --- a/src/libCom/misc/cxxCompilerDependencies.h +++ b/src/libCom/misc/cxxCompilerDependencies.h @@ -44,10 +44,10 @@ # define CXX_THROW_SPECIFICATION #elif defined ( __GNUC__ ) # if __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 95 ) -# define CXX_PLACEMENT_DELETE +# define CXX_THROW_SPECIFICATION # endif # if __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 96 ) -# define CXX_THROW_SPECIFICATION +# define CXX_PLACEMENT_DELETE # endif #else # define CXX_PLACEMENT_DELETE