Fix alignment

This commit is contained in:
gingerBill
2026-04-22 13:38:47 +01:00
parent cad5e42eab
commit 021c224f5c

View File

@@ -4229,7 +4229,7 @@ gb_internal DECL_ATTRIBUTE_PROC(const_decl_attribute) {
name == "link_name" ||
name == "link_prefix" ||
name == "link_suffix" ||
name == "rodata" ||
name == "rodata" ||
false) {
error(elem, "@(%.*s) is not supported for compile time constant value declarations", LIT(name));
return true;