From a329682d30edd0af4cf1bf20d83f168f6af0e166 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 22 Apr 2024 17:26:33 -0400 Subject: Remove _mix_ keyword --- parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse.c') 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, }; -- cgit v1.2.3