[flang-commits] [flang] [Flang] Move non-Common headers to FortranSupport (PR #124416)
Michael Kruse via flang-commits
flang-commits at lists.llvm.org
Wed Jan 29 05:05:49 PST 2025
================
@@ -35,3 +38,5 @@ void RTNAME(RandomSeed)(const Descriptor *size, const Descriptor *put,
} // extern "C"
} // namespace Fortran::runtime
+
+#endif /* FORTRAN_RUNTIME_RANDOM_H_ */
----------------
Meinersbur wrote:
done
Note that `float128.h` and `entry-names.h` (and indirectly `api-attrs.h`, and maybe also others) are also included into C files. Using C-style comments would be the only way to ensure concisteny.
https://github.com/llvm/llvm-project/pull/124416
More information about the flang-commits
mailing list