mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
More aliases for attribute names.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5122 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f912ea4010
commit
a87d8ec233
@ -1698,7 +1698,8 @@ static void NextToken (InputData* D)
|
||||
{ "start", TOK_START },
|
||||
{ "sym", TOK_SYM },
|
||||
{ "type", TOK_TYPE },
|
||||
{ "value", TOK_VALUE },
|
||||
{ "val", TOK_VALUE },
|
||||
{ "value", TOK_VALUE }, /* obsolete */
|
||||
{ "version", TOK_VERSION },
|
||||
{ "zeropage", TOK_ZEROPAGE }, /* obsolete */
|
||||
{ "zp", TOK_ZEROPAGE },
|
||||
|
Loading…
Reference in New Issue
Block a user