aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/lua-5.4.0
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-19 20:02:09 +0100
committerlemon <lsof@mailbox.org>2026-03-19 20:02:09 +0100
commit0e1a2a18ac7056e7fe3a033b664e6ecb8faba651 (patch)
tree470f8e423f5e4ab10faf5e9c4e294121b7cac0dc /test/external/lua-5.4.0
parent05e132851016d566629fcfd279eef025a14ddb32 (diff)
c: fix qualifiers for array declarators
`const int x[]` was being treated as `const int x[const]`, which is wrong, and matters when `x` is a function parameter that really decays to a pointer (`int const *const x`)
Diffstat (limited to 'test/external/lua-5.4.0')
0 files changed, 0 insertions, 0 deletions