File tree Expand file tree Collapse file tree 4 files changed +1
-10
lines changed
flang/include/flang/Runtime Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- // External APIs to create temporary storage for array constructors when their
10
- // final extents or length parameters cannot be pre-computed.
11
-
12
9
#ifndef FORTRAN_RUNTIME_ARRAY_CONSTRUCTOR_CONSTS_H_
13
10
#define FORTRAN_RUNTIME_ARRAY_CONSTRUCTOR_CONSTS_H_
14
11
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- // Defines API between compiled code and I/O runtime library.
10
-
11
9
#ifndef FORTRAN_RUNTIME_IO_API_CONSTS_H_
12
10
#define FORTRAN_RUNTIME_IO_API_CONSTS_H_
13
11
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- // Defines the values returned by the runtime for IOSTAT= specifiers
10
- // on I/O statements.
11
-
12
9
#ifndef FORTRAN_RUNTIME_IOSTAT_CONSTS_H_
13
10
#define FORTRAN_RUNTIME_IOSTAT_CONSTS_H_
14
11
Original file line number Diff line number Diff line change @@ -20,5 +20,4 @@ namespace Fortran::runtime::io {
20
20
RT_API_ATTRS const char *IostatErrorString (int );
21
21
22
22
} // namespace Fortran::runtime::io
23
-
24
- #endif /* FORTRAN_RUNTIME_IOSTAT_H_ */
23
+ #endif // FORTRAN_RUNTIME_IOSTAT_H_
You can’t perform that action at this time.
0 commit comments