summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-04-09 13:37:37 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-04-09 13:37:37 (GMT)
commitcd0e978ca111b33abcd4f86cbe0bbd0fe2f5a39a (patch)
tree4cff971d64ba2cbf4f5a0b27bc8bc0a626cd9a07 /Tests/ComplexOneConfig
parentd6c6ab789f51c3c4392d210bdcec03778bdfaa1b (diff)
downloadCMake-cd0e978ca111b33abcd4f86cbe0bbd0fe2f5a39a.zip
CMake-cd0e978ca111b33abcd4f86cbe0bbd0fe2f5a39a.tar.gz
CMake-cd0e978ca111b33abcd4f86cbe0bbd0fe2f5a39a.tar.bz2
c not c++ comment
Diffstat (limited to 'Tests/ComplexOneConfig')
-rw-r--r--Tests/ComplexOneConfig/Library/sharedFile.h2
1 files changed, 1 insertions, 1 deletions
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