summaryrefslogtreecommitdiffhomepage
path: root/compat/macros.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-08-25 16:49:27 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-08-25 16:49:27 +0200
commitc0d67c71b42e3d2ffd292977f1f3f0b0e32cf04c (patch)
tree3db3a9e168845f236a9c97eaca7b1f73e0f407a2 /compat/macros.hpp
parenta2c96fa400c1e3a5b4cfa79e82161555f6d739a5 (diff)
compat/macros: allow concat function name with literal
Diffstat (limited to 'compat/macros.hpp')
-rw-r--r--compat/macros.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/macros.hpp b/compat/macros.hpp
index 856d2293..3c93ee13 100644
--- a/compat/macros.hpp
+++ b/compat/macros.hpp
@@ -29,9 +29,9 @@
#endif
#if defined _MSC_VER
-# define cc_function_name (__FUNCSIG__)
+# define cc_function_name __FUNCSIG__
#else
-# define cc_function_name (__PRETTY_FUNCTION__)
+# define cc_function_name __PRETTY_FUNCTION__
#endif
#if !defined PP_CAT