mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 19:02:23 -07:00
do keyword for inline statements instead of blocks
This commit is contained in:
@@ -92,6 +92,7 @@ struct Entity {
|
||||
bool is_foreign;
|
||||
Entity * foreign_library;
|
||||
AstNode * foreign_library_ident;
|
||||
String link_name;
|
||||
} Variable;
|
||||
struct {
|
||||
bool is_type_alias;
|
||||
|
||||
Reference in New Issue
Block a user