mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Update ast_kinds.hpp to latest changes
This commit is contained in:
@@ -153,6 +153,7 @@ struct CallExpr {
|
|||||||
bool optional_ok_one;
|
bool optional_ok_one;
|
||||||
bool was_selector;
|
bool was_selector;
|
||||||
AstSplitArgs *split_args;
|
AstSplitArgs *split_args;
|
||||||
|
Entity *entity_procedure_of;
|
||||||
};
|
};
|
||||||
|
|
||||||
char const* desc_FieldValue = "field value";
|
char const* desc_FieldValue = "field value";
|
||||||
|
|||||||
Reference in New Issue
Block a user