Kaynağa Gözat

Tests/VSGNUFortran: Avoid C++ comment in C code (#13314)

Daniel R. Gomez 13 yıl önce
ebeveyn
işleme
307d45eaf4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Tests/VSGNUFortran/c_code/main.c

+ 1 - 1
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);
 extern void FC_hello(void);
 int main()
 int main()
 {
 {