mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Add @(rodata)
This commit is contained in:
@@ -230,6 +230,7 @@ struct Entity {
|
||||
bool is_foreign;
|
||||
bool is_export;
|
||||
bool is_global;
|
||||
bool is_rodata;
|
||||
} Variable;
|
||||
struct {
|
||||
Type * type_parameter_specialization;
|
||||
|
||||
Reference in New Issue
Block a user