Remove unused 'import' keyword
This commit is contained in:
parent
fba8c90687
commit
9581231408
2
parse.c
2
parse.c
@ -57,7 +57,7 @@ int op_tightness[] = {
|
||||
|
||||
static const char *keywords[] = {
|
||||
"yes", "xor", "while", "when", "use", "struct", "stop", "skip", "return",
|
||||
"or", "not", "no", "mod1", "mod", "pass", "lang", "import", "inline", "in", "if",
|
||||
"or", "not", "no", "mod1", "mod", "pass", "lang", "inline", "in", "if",
|
||||
"func", "for", "extern", "enum", "else", "do", "defer", "and", "_min_", "_max_",
|
||||
NULL,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user