mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 19:32:23 -07:00
Fix procedure's scope
This commit is contained in:
@@ -34,7 +34,6 @@ struct Entity {
|
||||
Scope *parent;
|
||||
Token token;
|
||||
Type *type;
|
||||
isize order;
|
||||
|
||||
union {
|
||||
struct { ExactValue value; } Constant;
|
||||
|
||||
Reference in New Issue
Block a user