mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-20 05:20:28 +00:00
Improve error messages for switch and for r-values with a suggestion
This commit is contained in:
@@ -193,6 +193,7 @@ gb_internal void init_keyword_hash_table(void) {
|
||||
|
||||
gb_global Array<String> global_file_path_strings; // index is file id
|
||||
gb_global Array<struct AstFile *> global_files; // index is file id
|
||||
gb_global BlockingMutex global_files_mutex;
|
||||
|
||||
gb_internal String get_file_path_string(i32 index);
|
||||
gb_internal struct AstFile *thread_safe_get_ast_file_from_id(i32 index);
|
||||
|
||||
Reference in New Issue
Block a user