mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
dumb mistake
This commit is contained in:
+1
-1
@@ -183,7 +183,7 @@ gb_internal void init_keyword_hash_table(void) {
|
|||||||
TokenKind kind;
|
TokenKind kind;
|
||||||
} const legacy_keywords[] = {
|
} const legacy_keywords[] = {
|
||||||
{str_lit("notin"), Token_not_in},
|
{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++) {
|
for (i32 i = 0; i < gb_count_of(legacy_keywords); i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user