Deprecate GLOBAL and XDEF

They're basically synonyms for `EXPORT`, and the latter isn't
even documented!
This commit is contained in:
ISSOtm
2020-03-10 13:49:55 +01:00
parent 8d9a896166
commit c7320a49a9
2 changed files with 12 additions and 17 deletions

View File

@@ -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},