mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Remove stale keywords
They were removed from the grammar, but not the lexer
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user