File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- // ===-- include/flang/Runtime/iostat-funcs .h --------------------*- C++ -*-===//
1
+ // ===-- include/flang/Runtime/iostat.h ------ --------------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
9
9
// Defines the values returned by the runtime for IOSTAT= specifiers
10
10
// on I/O statements.
11
11
12
- #ifndef FORTRAN_RUNTIME_IOSTAT_FUNCS_H_
13
- #define FORTRAN_RUNTIME_IOSTAT_FUNCS_H_
12
+ #ifndef FORTRAN_RUNTIME_IOSTAT_H_
13
+ #define FORTRAN_RUNTIME_IOSTAT_H_
14
14
15
15
#include " flang/Common/api-attrs.h"
16
16
#include " flang/Runtime/iostat-consts.h"
@@ -21,4 +21,4 @@ RT_API_ATTRS const char *IostatErrorString(int);
21
21
22
22
} // namespace Fortran::runtime::io
23
23
24
- #endif /* FORTRAN_RUNTIME_IOSTAT_FUNCS_H_ */
24
+ #endif /* FORTRAN_RUNTIME_IOSTAT_H_ */
Original file line number Diff line number Diff line change 16
16
#define FORTRAN_RUNTIME_IO_ERROR_H_
17
17
18
18
#include " terminator.h"
19
- #include " flang/Runtime/iostat-funcs .h"
19
+ #include " flang/Runtime/iostat.h"
20
20
#include " flang/Runtime/memory.h"
21
21
#include < cinttypes>
22
22
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " flang/Runtime/iostat-funcs .h"
9
+ #include " flang/Runtime/iostat.h"
10
10
11
11
namespace Fortran ::runtime::io {
12
12
RT_OFFLOAD_API_GROUP_BEGIN
You can’t perform that action at this time.
0 commit comments