diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-04-22 17:26:33 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-04-22 17:26:33 -0400 |
| commit | a329682d30edd0af4cf1bf20d83f168f6af0e166 (patch) | |
| tree | 56a065690288942737df166b77f64b43701926c8 /parse.c | |
| parent | 5fd85d7e0bd7bc9c9c42c8b3ecbc35a2d0329e41 (diff) | |
Remove _mix_ keyword
Diffstat (limited to 'parse.c')
| -rw-r--r-- | parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, }; |
