From cd0e978ca111b33abcd4f86cbe0bbd0fe2f5a39a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 9 Apr 2002 09:37:37 -0400 Subject: c not c++ comment --- Tests/Complex/Library/sharedFile.h | 2 +- Tests/ComplexOneConfig/Library/sharedFile.h | 2 +- Tests/ComplexRelativePaths/Library/sharedFile.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/Complex/Library/sharedFile.h b/Tests/Complex/Library/sharedFile.h index 4cdb7a1..65ac2e2 100644 --- a/Tests/Complex/Library/sharedFile.h +++ b/Tests/Complex/Library/sharedFile.h @@ -5,7 +5,7 @@ # define CMakeTest_EXPORT __declspec(dllimport) #endif #else -// unix needs nothing +/* unix needs nothing */ #define CMakeTest_EXPORT #endif diff --git a/Tests/ComplexOneConfig/Library/sharedFile.h b/Tests/ComplexOneConfig/Library/sharedFile.h index 4cdb7a1..65ac2e2 100644 --- a/Tests/ComplexOneConfig/Library/sharedFile.h +++ b/Tests/ComplexOneConfig/Library/sharedFile.h @@ -5,7 +5,7 @@ # define CMakeTest_EXPORT __declspec(dllimport) #endif #else -// unix needs nothing +/* unix needs nothing */ #define CMakeTest_EXPORT #endif diff --git a/Tests/ComplexRelativePaths/Library/sharedFile.h b/Tests/ComplexRelativePaths/Library/sharedFile.h index 4cdb7a1..65ac2e2 100644 --- a/Tests/ComplexRelativePaths/Library/sharedFile.h +++ b/Tests/ComplexRelativePaths/Library/sharedFile.h @@ -5,7 +5,7 @@ # define CMakeTest_EXPORT __declspec(dllimport) #endif #else -// unix needs nothing +/* unix needs nothing */ #define CMakeTest_EXPORT #endif -- cgit v0.12