From b0e47eef3046ab8e29ebc7d32393de316089b006 Mon Sep 17 00:00:00 2001 From: asl Date: Fri, 24 Mar 2006 06:40:42 +0000 Subject: [PATCH] fix for compilation errors in MED in optimized mode --- src/Utils/Utils_SALOME_Exception.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils/Utils_SALOME_Exception.hxx b/src/Utils/Utils_SALOME_Exception.hxx index 03fc295fa..45cdaaf00 100644 --- a/src/Utils/Utils_SALOME_Exception.hxx +++ b/src/Utils/Utils_SALOME_Exception.hxx @@ -35,7 +35,7 @@ #ifdef _DEBUG_ # define LOCALIZED(message) #message , __FILE__ , __LINE__ #else -# define LOCALIZED(message) message +# define LOCALIZED(message) #message #endif #if defined UTILS_EXPORTS -- 2.39.2