From fff6ea3a625d3a06ef727945733733503bbd1569 Mon Sep 17 00:00:00 2001 From: David Dight Date: Thu, 13 Jun 2024 14:19:55 +1000 Subject: [PATCH] pre-rel 1.0 --- examples/srcloctest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/srcloctest.cpp b/examples/srcloctest.cpp index fd6778ed..58a06643 100644 --- a/examples/srcloctest.cpp +++ b/examples/srcloctest.cpp @@ -166,9 +166,9 @@ int main(int argc, char **argv) #elif defined __GNUC__ "GCC: " __VERSION__ #elif defined _MSC_VER -#define COMBINE1(X,Y) X##Y // helper macro +#define COMBINE1(X,Y) X ## Y // helper macro #define COMBINE(X,Y) COMBINE1(X,Y) - COMBINE(MSVC,_MSC_VER) + COMBINE("MSVC: ",_MSC_VER) #else # error "Not Supported" #endif