We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e16571 commit 7026960Copy full SHA for 7026960
flang/include/flang/Runtime/allocator-registry.h
@@ -6,8 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-#ifndef FORTRAN_RUNTIME_ALLOCATOR_H_
10
-#define FORTRAN_RUNTIME_ALLOCATOR_H_
+#ifndef FORTRAN_RUNTIME_ALLOCATOR_REGISTRY_H_
+#define FORTRAN_RUNTIME_ALLOCATOR_REGISTRY_H_
11
12
#include "flang/Common/api-attrs.h"
13
#include <cstdlib>
@@ -62,4 +62,4 @@ RT_OFFLOAD_VAR_GROUP_END
62
63
} // namespace Fortran::runtime
64
65
-#endif // FORTRAN_RUNTIME_ALLOCATOR_H_
+#endif // FORTRAN_RUNTIME_ALLOCATOR_REGISTRY_H_
0 commit comments