mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 05:22:07 +00:00
Deprecate GLOBAL and XDEF
They're basically synonyms for `EXPORT`, and the latter isn't even documented!
This commit is contained in:
@@ -476,7 +476,7 @@ const struct sLexInitString lexer_strings[] = {
|
||||
{"printv", T_POP_PRINTV},
|
||||
{"printf", T_POP_PRINTF},
|
||||
{"export", T_POP_EXPORT},
|
||||
{"xdef", T_POP_EXPORT},
|
||||
{"xdef", T_POP_XDEF},
|
||||
{"global", T_POP_GLOBAL},
|
||||
{"ds", T_POP_DS},
|
||||
{"db", T_POP_DB},
|
||||
|
||||
Reference in New Issue
Block a user