diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakeCCompilerABI.c | 2 | ||||
-rw-r--r-- | Modules/CMakeCXXCompilerABI.cpp | 2 | ||||
-rw-r--r-- | Modules/CMakeCompilerABI.h | 2 |
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) |