File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
flang/include/flang/Runtime Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 15
15
#ifndef FLANG_RT_IO_ERROR_H_
16
16
#define FLANG_RT_IO_ERROR_H_
17
17
18
- #include " flang-rt/iostat-funcs.h"
19
18
#include " flang-rt/memory.h"
20
19
#include " terminator.h"
21
20
#include " flang/Runtime/iostat.h"
Original file line number Diff line number Diff line change 1
- <<<<<<<< HEAD:flang-rt/include/flang-rt/iostat-funcs.h
2
- // ===-- include/flang-rt/iostat-funcs.h -------------------------*- C++ -*-===//
3
- |||||||| c4faf0574a3c:flang/include/flang/Runtime/iostat-funcs.h
4
- // ===-- include/flang/Runtime/iostat-funcs.h --------------------*- C++ -*-===//
5
- ========
6
1
// ===-- include/flang/Runtime/iostat.h --------------------------*- C++ -*-===//
7
- >>>>>>>> 64bade38fd6a3e5c8c081bae92ce02f58cab799f:flang/include/flang/Runtime/iostat.h
8
2
//
9
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
10
4
// See https://llvm.org/LICENSE.txt for license information.
15
9
// Defines the values returned by the runtime for IOSTAT= specifiers
16
10
// on I/O statements.
17
11
18
- <<<<<<<< HEAD:flang-rt/include/flang-rt/iostat-funcs.h
19
- #ifndef FLANG_RT_IOSTAT_FUNCS_H_
20
- #define FLANG_RT_IOSTAT_FUNCS_H_
21
- |||||||| c4faf0574a3c:flang/include/flang/Runtime/iostat-funcs.h
22
- #ifndef FORTRAN_RUNTIME_IOSTAT_FUNCS_H_
23
- #define FORTRAN_RUNTIME_IOSTAT_FUNCS_H_
24
- ========
25
12
#ifndef FORTRAN_RUNTIME_IOSTAT_H_
26
13
#define FORTRAN_RUNTIME_IOSTAT_H_
27
- >>>>>>>> 64bade38fd6a3e5c8c081bae92ce02f58cab799f:flang/include/flang/Runtime/iostat.h
28
14
29
15
#include " flang/Common/api-attrs.h"
30
16
#include " flang/Runtime/iostat-consts.h"
You can’t perform that action at this time.
0 commit comments