diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-11-21 13:19:05 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-11-21 13:19:05 (GMT) |
commit | 1a9ae3b5fafff20ea3bf2563f10037d9cd071ccc (patch) | |
tree | 410ae362045679c87242d20ea460828b8907c206 /Tests/LinkLineOrder/Exec2.c | |
parent | 70eaf19326e0fc992a565717b3056e9ccb721a67 (diff) | |
download | CMake-1a9ae3b5fafff20ea3bf2563f10037d9cd071ccc.zip CMake-1a9ae3b5fafff20ea3bf2563f10037d9cd071ccc.tar.gz CMake-1a9ae3b5fafff20ea3bf2563f10037d9cd071ccc.tar.bz2 |
converted c plus plus comments
Diffstat (limited to 'Tests/LinkLineOrder/Exec2.c')
-rw-r--r-- | Tests/LinkLineOrder/Exec2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LinkLineOrder/Exec2.c b/Tests/LinkLineOrder/Exec2.c index 013d94e..91b8575 100644 --- a/Tests/LinkLineOrder/Exec2.c +++ b/Tests/LinkLineOrder/Exec2.c @@ -1,4 +1,4 @@ -// Directly depends on Two +/* Directly depends on Two */ void TwoFunc(); int main() |