Skip to content

Commit 7026960

Browse files
authored
[flang][runtime][NFC] Fix header guard typo (#111741)
Header guard was in sync with the filename.
1 parent 7e16571 commit 7026960

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flang/include/flang/Runtime/allocator-registry.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef FORTRAN_RUNTIME_ALLOCATOR_H_
10-
#define FORTRAN_RUNTIME_ALLOCATOR_H_
9+
#ifndef FORTRAN_RUNTIME_ALLOCATOR_REGISTRY_H_
10+
#define FORTRAN_RUNTIME_ALLOCATOR_REGISTRY_H_
1111

1212
#include "flang/Common/api-attrs.h"
1313
#include <cstdlib>
@@ -62,4 +62,4 @@ RT_OFFLOAD_VAR_GROUP_END
6262

6363
} // namespace Fortran::runtime
6464

65-
#endif // FORTRAN_RUNTIME_ALLOCATOR_H_
65+
#endif // FORTRAN_RUNTIME_ALLOCATOR_REGISTRY_H_

0 commit comments

Comments
 (0)