Skip to content

Commit b71784c

Browse files
committed
Post-merge fixes
1 parent 2fdf4e7 commit b71784c

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

flang-rt/lib/flang_rt/io-error.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#ifndef FLANG_RT_IO_ERROR_H_
1616
#define FLANG_RT_IO_ERROR_H_
1717

18-
#include "flang-rt/iostat-funcs.h"
1918
#include "flang-rt/memory.h"
2019
#include "terminator.h"
2120
#include "flang/Runtime/iostat.h"

flang/include/flang/Runtime/iostat.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
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-
========
61
//===-- include/flang/Runtime/iostat.h --------------------------*- C++ -*-===//
7-
>>>>>>>> 64bade38fd6a3e5c8c081bae92ce02f58cab799f:flang/include/flang/Runtime/iostat.h
82
//
93
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
104
// See https://llvm.org/LICENSE.txt for license information.
@@ -15,16 +9,8 @@
159
// Defines the values returned by the runtime for IOSTAT= specifiers
1610
// on I/O statements.
1711

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-
========
2512
#ifndef FORTRAN_RUNTIME_IOSTAT_H_
2613
#define FORTRAN_RUNTIME_IOSTAT_H_
27-
>>>>>>>> 64bade38fd6a3e5c8c081bae92ce02f58cab799f:flang/include/flang/Runtime/iostat.h
2814

2915
#include "flang/Common/api-attrs.h"
3016
#include "flang/Runtime/iostat-consts.h"

0 commit comments

Comments
 (0)