Skip to content

Commit 8757eb9

Browse files
committed
Move SubscriptValue to public header
1 parent 42e5abb commit 8757eb9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

flang/include/flang/Runtime/descriptor-consts.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class DerivedType;
2828

2929
namespace Fortran::runtime {
3030
class Descriptor;
31+
using SubscriptValue = ISO::CFI_index_t;
3132

3233
/// Returns size in bytes of the descriptor (not the data)
3334
/// This must be at least as large as the largest descriptor of any target

flang/include/flang/Runtime/descriptor.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
namespace Fortran::runtime {
3333

34-
using SubscriptValue = ISO::CFI_index_t;
3534
class Terminator;
3635

3736
RT_VAR_GROUP_BEGIN

0 commit comments

Comments
 (0)