mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
-vet flag to do basic vetting of code
This commit is contained in:
@@ -349,7 +349,6 @@ enum ScopeFlag {
|
||||
ScopeFlag_Proc = 1<<5,
|
||||
ScopeFlag_Type = 1<<6,
|
||||
|
||||
|
||||
ScopeFlag_HasBeenImported = 1<<10, // This is only applicable to file scopes
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user