summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-09 16:56:43 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-05-09 16:56:43 (GMT)
commit3ecdddfc35a0f0ecc1495d902f34d9cee2d59459 (patch)
tree88b5d3c4b8c587d7979231d0e6ce9b03b0685a74 /Modules
parentd95fbdb70944a8f9a7e6ac11bc51f410a99aafcd (diff)
parent0ac18d40c8c29a17f1acfcaca506f41a26185901 (diff)
downloadCMake-3ecdddfc35a0f0ecc1495d902f34d9cee2d59459.zip
CMake-3ecdddfc35a0f0ecc1495d902f34d9cee2d59459.tar.gz
CMake-3ecdddfc35a0f0ecc1495d902f34d9cee2d59459.tar.bz2
Merge topic 'clang-format-prep'
0ac18d40 Remove `//------...` horizontal separator comments
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CMakeCCompilerABI.c2
-rw-r--r--Modules/CMakeCXXCompilerABI.cpp2
-rw-r--r--Modules/CMakeCompilerABI.h2
3 files changed, 0 insertions, 6 deletions
diff --git a/Modules/CMakeCCompilerABI.c b/Modules/CMakeCCompilerABI.c
index e6a07f4..d36219e 100644
--- a/Modules/CMakeCCompilerABI.c
+++ b/Modules/CMakeCCompilerABI.c
@@ -6,11 +6,9 @@
# define const
#endif
-/*--------------------------------------------------------------------------*/
#include "CMakeCompilerABI.h"
-/*--------------------------------------------------------------------------*/
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
diff --git a/Modules/CMakeCXXCompilerABI.cpp b/Modules/CMakeCXXCompilerABI.cpp
index c9b0440..c7ce194 100644
--- a/Modules/CMakeCXXCompilerABI.cpp
+++ b/Modules/CMakeCXXCompilerABI.cpp
@@ -2,11 +2,9 @@
# error "A C compiler has been selected for C++."
#endif
-/*--------------------------------------------------------------------------*/
#include "CMakeCompilerABI.h"
-/*--------------------------------------------------------------------------*/
int main(int argc, char* argv[])
{
diff --git a/Modules/CMakeCompilerABI.h b/Modules/CMakeCompilerABI.h
index 1e7b44c..95bd791 100644
--- a/Modules/CMakeCompilerABI.h
+++ b/Modules/CMakeCompilerABI.h
@@ -1,4 +1,3 @@
-/*--------------------------------------------------------------------------*/
/* Size of a pointer-to-data in bytes. */
#define SIZEOF_DPTR (sizeof(void*))
@@ -10,7 +9,6 @@ const char info_sizeof_dptr[] = {
/* clang-format needs this comment to break after the opening brace */
};
-/*--------------------------------------------------------------------------*/
/* Application Binary Interface. */
#if defined(__sgi) && defined(_ABIO32)