mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Fix anonymous procedures and their dependencies
This commit is contained in:
@@ -93,8 +93,7 @@ const (
|
||||
FILE_STANDARD_ERROR;
|
||||
|
||||
FILE_STANDARD_COUNT;
|
||||
);
|
||||
|
||||
)
|
||||
// NOTE(bill): Uses startup to initialize it
|
||||
var (
|
||||
__std_files = [FILE_STANDARD_COUNT]File{
|
||||
|
||||
Reference in New Issue
Block a user