mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
Fix bug with union literal checking crashing the compiler
This commit is contained in:
+2
-2
@@ -170,8 +170,8 @@ Token make_token_ident(String s) {
|
||||
|
||||
typedef struct ErrorCollector {
|
||||
TokenPos prev;
|
||||
i64 count;
|
||||
i64 warning_count;
|
||||
i64 count;
|
||||
i64 warning_count;
|
||||
gbMutex mutex;
|
||||
} ErrorCollector;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user