From cae42e78e50dc2723143634050cd05b7ec7857f3 Mon Sep 17 00:00:00 2001 From: abv Date: Wed, 21 May 2014 09:43:12 +0400 Subject: [PATCH] 0024941: Need whitespace between predecessor tokens for CLang in c++11 mode Whitespace added between macro OCC_VERSION_STRING and string literals when concatenation of string literals is used. --- src/Interface/Interface_Version.hxx | 4 ++-- src/STEPControl/STEPControl_Controller.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Interface/Interface_Version.hxx b/src/Interface/Interface_Version.hxx index bfe7caffd9..90c78b315e 100644 --- a/src/Interface/Interface_Version.hxx +++ b/src/Interface/Interface_Version.hxx @@ -12,8 +12,8 @@ // commercial license or contractual agreement. #include -#define XSTEP_PROCESSOR_VERSION "Open CASCADE %s processor "OCC_VERSION_STRING -#define XSTEP_SYSTEM_VERSION "Open CASCADE "OCC_VERSION_STRING +#define XSTEP_PROCESSOR_VERSION "Open CASCADE %s processor " OCC_VERSION_STRING +#define XSTEP_SYSTEM_VERSION "Open CASCADE " OCC_VERSION_STRING #define XSTEP_Config OCC_VERSION_STRING #define XSTEP_ULNames OCC_VERSION_STRING diff --git a/src/STEPControl/STEPControl_Controller.cxx b/src/STEPControl/STEPControl_Controller.cxx index 5a1cef6883..e6e3f2188c 100644 --- a/src/STEPControl/STEPControl_Controller.cxx +++ b/src/STEPControl/STEPControl_Controller.cxx @@ -64,7 +64,7 @@ STEPControl_Controller::STEPControl_Controller () if (!init) { RWHeaderSection::Init(); RWStepAP214::Init(); - Interface_Static::Init ("step","write.step.product.name",'t',"Open CASCADE STEP translator "OCC_VERSION_STRING); + Interface_Static::Init ("step","write.step.product.name",'t',"Open CASCADE STEP translator " OCC_VERSION_STRING); Interface_Static::Init ("step","write.step.assembly",'e',""); Interface_Static::Init ("step","write.step.assembly",'&',"enum 0"); Interface_Static::Init ("step","write.step.assembly",'&',"eval Off");