mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-31 03:08:54 +00:00
remove type_bit_field_size accident
This commit is contained in:
@@ -208,8 +208,6 @@ type_field_type :: proc($T: typeid, $name: string) -> typeid ---
|
||||
type_field_bit_size :: proc($T: typeid, $name: string) -> int where type_is_bit_field(T) ---
|
||||
type_field_bit_offset :: proc($T: typeid, $name: string) -> int where type_is_bit_field(T) ---
|
||||
|
||||
type_bit_field_size :: proc($T: typeid, $name: string) -> typeid ---
|
||||
|
||||
type_proc_parameter_count :: proc($T: typeid) -> int where type_is_proc(T) ---
|
||||
type_proc_return_count :: proc($T: typeid) -> int where type_is_proc(T) ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user