summaryrefslogtreecommitdiffstats
path: root/kwsysPrivate.h
diff options
context:
space:
mode:
authorKWSys Upstream <kwrobot@kitware.com>2023-01-19 14:11:15 (GMT)
committerBrad King <brad.king@kitware.com>2023-01-19 14:17:34 (GMT)
commit4ac17cff4207646f58b473509b73991c94564d7e (patch)
tree9e1dd492552aebc23852e18773fac7ed3ac156d8 /kwsysPrivate.h
parenta9c659b1b6165b1bf2729fec5b0b929a9f2db078 (diff)
downloadCMake-4ac17cff4207646f58b473509b73991c94564d7e.zip
CMake-4ac17cff4207646f58b473509b73991c94564d7e.tar.gz
CMake-4ac17cff4207646f58b473509b73991c94564d7e.tar.bz2
KWSys 2023-01-19 (be3c441e)
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit be3c441e46e091a7606565221bb5ae7c9a9b684f (master). Upstream Shortlog ----------------- Brad King (4): 6c66ba9e clang-format.bash: Use generic clang-format attribute 82ae3f28 clang-format.bash: update to clang-format-15 a61d0ad6 Empty commit at end of history preceding clang-format-15 style transition 3cb35bf3 CONTRIBUTING: Update documented clang-format version to 15 Kitware Robot (1): f685d817 Revise C++ coding style using clang-format-15 Sean McBride (1): d6c6fd82 testDirectory: Rename functions to fix -Wreserved-identifier warnings
Diffstat (limited to 'kwsysPrivate.h')
-rw-r--r--kwsysPrivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kwsysPrivate.h b/kwsysPrivate.h
index dd9c127..2f5c2fa 100644
--- a/kwsysPrivate.h
+++ b/kwsysPrivate.h
@@ -27,7 +27,7 @@
*/
# define KWSYS_NAMESPACE_STRING KWSYS_NAMESPACE_STRING0(KWSYS_NAMESPACE)
# define KWSYS_NAMESPACE_STRING0(x) KWSYS_NAMESPACE_STRING1(x)
-# define KWSYS_NAMESPACE_STRING1(x) # x
+# define KWSYS_NAMESPACE_STRING1(x) #x
#else
# error "kwsysPrivate.h included multiple times."