Skip to content

Commit 4a935aa

Browse files
committed
Sync change with LFortran LibASR
1 parent ffa66e8 commit 4a935aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libasr/asr_utils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2736,8 +2736,8 @@ static inline ASR::asr_t* make_StructType_t_util(Allocator& al, Location loc, AS
27362736
}
27372737
return ASR::make_StructType_t(al,
27382738
loc,
2739-
members.p,
2740-
members.n,
2739+
nullptr,
2740+
0,
27412741
nullptr, //Correct this when mem fn added to Struct_t
27422742
0, //Correct this when mem fn added to Struct_t
27432743
true, //Correct this when mem fn added to Struct_t

0 commit comments

Comments
 (0)