diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-09 13:37:37 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-09 13:37:37 (GMT) |
commit | cd0e978ca111b33abcd4f86cbe0bbd0fe2f5a39a (patch) | |
tree | 4cff971d64ba2cbf4f5a0b27bc8bc0a626cd9a07 /Tests | |
parent | d6c6ab789f51c3c4392d210bdcec03778bdfaa1b (diff) | |
download | CMake-cd0e978ca111b33abcd4f86cbe0bbd0fe2f5a39a.zip CMake-cd0e978ca111b33abcd4f86cbe0bbd0fe2f5a39a.tar.gz CMake-cd0e978ca111b33abcd4f86cbe0bbd0fe2f5a39a.tar.bz2 |
c not c++ comment
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/Complex/Library/sharedFile.h | 2 | ||||
-rw-r--r-- | Tests/ComplexOneConfig/Library/sharedFile.h | 2 | ||||
-rw-r--r-- | 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 |