Add .REFTO as an alias to .REFERTO. Update the docs related to it.

This commit is contained in:
Evgeny Vrublevsky
2021-04-28 21:38:23 +03:00
committed by greg-king5
parent 50a58e7706
commit 8e02f8f5ec
2 changed files with 16 additions and 2 deletions

View File

@@ -272,6 +272,7 @@ struct DotKeyword {
{ ".REF", TOK_REFERENCED },
{ ".REFERENCED", TOK_REFERENCED },
{ ".REFERTO", TOK_REFERTO },
{ ".REFTO", TOK_REFERTO },
{ ".RELOC", TOK_RELOC },
{ ".REPEAT", TOK_REPEAT },
{ ".RES", TOK_RES },