summaryrefslogtreecommitdiffstats
path: root/Tests/CustomCommand
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-08-18 13:21:45 (GMT)
committerBrad King <brad.king@kitware.com>2005-08-18 13:21:45 (GMT)
commit861719c0543bc41c0d31049b51cb181d716443cd (patch)
tree8a4c6a5123c38659fc10ffec89d2b204686e9fb4 /Tests/CustomCommand
parenta5d1e0ef58b20554194d9961e834cdbb80572fd5 (diff)
downloadCMake-861719c0543bc41c0d31049b51cb181d716443cd.zip
CMake-861719c0543bc41c0d31049b51cb181d716443cd.tar.gz
CMake-861719c0543bc41c0d31049b51cb181d716443cd.tar.bz2
COMP: Avoid C++ comment in C translation unit.
Diffstat (limited to 'Tests/CustomCommand')
-rw-r--r--Tests/CustomCommand/foo.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CustomCommand/foo.h.in b/Tests/CustomCommand/foo.h.in
index d6a4a56..d7721a2 100644
--- a/Tests/CustomCommand/foo.h.in
+++ b/Tests/CustomCommand/foo.h.in
@@ -1 +1 @@
-// Empty header file just used to test header generation.
+/* Empty header file just used to test header generation. */