diff options
author | Daniel R. Gomez <gomez@teragram.com> | 2012-06-18 16:12:27 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-06-18 16:18:27 -0400 |
commit | 307d45eaf4e1ff0ee08b6d6e3612cc25c3f8eac8 (patch) | |
tree | 8eda07d452641c0976b56e5ceb9086022911d6e8 /Tests/VSGNUFortran | |
parent | b39924cf222e0c2e958a780dfe77ca60592d2afd (diff) | |
download | cmake-307d45eaf4e1ff0ee08b6d6e3612cc25c3f8eac8.tar.gz |
Tests/VSGNUFortran: Avoid C++ comment in C code (#13314)
Diffstat (limited to 'Tests/VSGNUFortran')
-rw-r--r-- | Tests/VSGNUFortran/c_code/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/VSGNUFortran/c_code/main.c b/Tests/VSGNUFortran/c_code/main.c index 391bf26fdc..9157cc5f3e 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() { |