aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index 48ddf98a..e325ebf4 100644
--- a/parse.c
+++ b/parse.c
@@ -46,7 +46,7 @@ int op_tightness[] = {
static const char *keywords[] = {
"yes", "xor", "while", "when", "use", "then", "struct", "stop", "skip", "return",
"or", "not", "no", "mod1", "mod", "pass", "lang", "in", "if", "func", "for", "extern",
- "enum", "else", "do", "and", "_mix_", "_min_", "_max_",
+ "enum", "else", "do", "and", "_min_", "_max_",
NULL,
};