mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 08:34:08 +00:00
Fix enum size
This commit is contained in:
@@ -1632,7 +1632,7 @@ op_state_normalize :: struct {
|
||||
|
||||
|
||||
skip_flags :: distinct bit_set[skip_flag; u32]
|
||||
skip_flag :: enum {
|
||||
skip_flag :: enum u32 {
|
||||
ZWNJ = 0,
|
||||
ZWJ = 1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user