diff options
author | Ben Gamari <ben@well-typed.com> | 2023-01-17 19:45:34 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-01-27 05:01:24 -0500 |
commit | e480fbc2c6fdcb252847fc537ab7ec50d1dc2dfd (patch) | |
tree | 5236b1cbb7975f5fe25d976fbcb95b31d4eb451d /compiler | |
parent | 6932cfc798ea8f50d16b4876e9a2127e3e47046d (diff) | |
download | haskell-e480fbc2c6fdcb252847fc537ab7ec50d1dc2dfd.tar.gz |
rts: Use C11-compliant static assertion syntax
Previously we used `static_assert` which is only available in C23. By
contrast, C11 only provides `_Static_assert`.
Fixes #22777
Diffstat (limited to 'compiler')
0 files changed, 0 insertions, 0 deletions