Remove stale keywords

They were removed from the grammar, but not the lexer
This commit is contained in:
ISSOtm
2021-01-23 00:05:15 +01:00
parent 1926065377
commit 70bbb098d3
2 changed files with 1 additions and 3 deletions

View File

@@ -218,8 +218,6 @@ static struct KeywordMapping {
{"PRINTV", T_POP_PRINTV},
{"PRINTF", T_POP_PRINTF},
{"EXPORT", T_POP_EXPORT},
{"XDEF", T_POP_XDEF},
{"GLOBAL", T_POP_GLOBAL},
{"DS", T_POP_DS},
{"DB", T_POP_DB},
{"DW", T_POP_DW},