mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
dumb mistake
This commit is contained in:
+1
-1
@@ -183,7 +183,7 @@ gb_internal void init_keyword_hash_table(void) {
|
||||
TokenKind kind;
|
||||
} const legacy_keywords[] = {
|
||||
{str_lit("notin"), Token_not_in},
|
||||
{str_lit("plex"), Token_not_in},
|
||||
{str_lit("plex"), Token_struct},
|
||||
};
|
||||
|
||||
for (i32 i = 0; i < gb_count_of(legacy_keywords); i++) {
|
||||
|
||||
Reference in New Issue
Block a user