[clang] [llvm] [clang-tools-extra] [flang] [flang] GETLOG runtime and extension implementation: get login username (PR #74628)
Peter Klausler via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 13 07:22:46 PST 2023
================
@@ -6,6 +6,37 @@
//
//===----------------------------------------------------------------------===//
+// Defines a utility function for copying and padding characters
+#ifndef CHARACTER_H
+#define CHARACTER_H
----------------
klausler wrote:
Either way, the name of the guard macro is wrong.
https://github.com/llvm/llvm-project/pull/74628
More information about the cfe-commits
mailing list