From 307d45eaf4e1ff0ee08b6d6e3612cc25c3f8eac8 Mon Sep 17 00:00:00 2001 From: "Daniel R. Gomez" Date: Mon, 18 Jun 2012 16:12:27 -0400 Subject: Tests/VSGNUFortran: Avoid C++ comment in C code (#13314) --- Tests/VSGNUFortran/c_code/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // created by FortranCInterface +#include /* created by FortranCInterface */ extern void FC_hello(void); int main() { -- cgit v0.12