summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-06-19 18:43:47 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-06-19 18:43:47 (GMT)
commit54431e3395eb16033eb145edf12335852156ebe4 (patch)
tree29c4761d558010178cb975fc13244678335867ac
parent525813a69810cc35c827323eb3fde86d1339582c (diff)
parent307d45eaf4e1ff0ee08b6d6e3612cc25c3f8eac8 (diff)
downloadCMake-54431e3395eb16033eb145edf12335852156ebe4.zip
CMake-54431e3395eb16033eb145edf12335852156ebe4.tar.gz
CMake-54431e3395eb16033eb145edf12335852156ebe4.tar.bz2
Merge topic 'test-VSGNUFortran-C-comment'
307d45e Tests/VSGNUFortran: Avoid C++ comment in C code (#13314)
-rw-r--r--Tests/VSGNUFortran/c_code/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/VSGNUFortran/c_code/main.c b/Tests/VSGNUFortran/c_code/main.c
index 391bf26..9157cc5 100644
--- a/Tests/VSGNUFortran/c_code/main.c
+++ b/Tests/VSGNUFortran/c_code/main.c
@@ -1,4 +1,4 @@
-#include <HelloWorldFCMangle.h> // created by FortranCInterface
+#include <HelloWorldFCMangle.h> /* created by FortranCInterface */
extern void FC_hello(void);
int main()
{