mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 01:40:03 +00:00
Comma for all field separators; Overloaded procedures follow exportation rules
This commit is contained in:
+3
-2
@@ -34,8 +34,9 @@ typedef enum EntityFlag {
|
||||
EntityFlag_Anonymous = 1<<2,
|
||||
EntityFlag_Field = 1<<3,
|
||||
EntityFlag_Param = 1<<4,
|
||||
EntityFlag_VectorElem = 1<<5,
|
||||
EntityFlag_NoAlias = 1<<6,
|
||||
EntityFlag_Ellipsis = 1<<5,
|
||||
EntityFlag_VectorElem = 1<<6,
|
||||
EntityFlag_NoAlias = 1<<7,
|
||||
} EntityFlag;
|
||||
|
||||
typedef enum OverloadKind {
|
||||
|
||||
Reference in New Issue
Block a user