diff options
| author | gingerBill <bill@gingerbill.org> | 2024-02-22 19:41:48 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-02-22 19:41:48 +0000 |
| commit | 54515af8ccff67cae71982d1bbf5bd1c31628af3 (patch) | |
| tree | f0f571e7c041ce645805d6fdf444aaeb24289ff8 /base | |
| parent | 3f193d7446c971175dd7a27154af1068767034bc (diff) | |
Add field tags to `bit_field`
Diffstat (limited to 'base')
| -rw-r--r-- | base/runtime/core.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/runtime/core.odin b/base/runtime/core.odin index dcc1e7476..2f63a7ac2 100644 --- a/base/runtime/core.odin +++ b/base/runtime/core.odin @@ -187,6 +187,7 @@ Type_Info_Bit_Field :: struct { types: []^Type_Info, bit_sizes: []uintptr, bit_offsets: []uintptr, + tags: []string, } Type_Info_Flag :: enum u8 { |