Skip to content
GitLab
Explore
Sign in
Register
ghc
rts
Heap.c
Find file
Blame
Permalink
Aug 04, 2021
080ffd4b
rts: Fix use of sized array in Heap.h
· 080ffd4b
Ben Gamari
authored
Aug 04, 2021
and
Marge Bot
committed
Aug 09, 2021
Sized arrays cannot be used in headers that might be imported from C++. Fixes
#20199
.
080ffd4b
rts: Fix use of sized array in Heap.h
Ben Gamari
authored
Aug 04, 2021
and
Marge Bot
committed
Aug 09, 2021
Sized arrays cannot be used in headers that might be imported from C++. Fixes
#20199
.
Loading