mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-04-05 03:37:43 +00:00
Remove duplicate token declaration from plasm.pla
Before this change, there were two declarations for the 'res' token. Now there is only one.
This commit is contained in:
parent
a8629a4f9a
commit
9a5bf76b71
@ -152,7 +152,6 @@ byte = "AND", LOGIC_AND_TKN
|
||||
byte = "NOT", LOGIC_NOT_TKN
|
||||
byte = "RES", BYTE_TKN
|
||||
byte = "VAR", WORD_TKN
|
||||
byte = "RES", BYTE_TKN
|
||||
byte = "WORD", WORD_TKN
|
||||
byte = "CHAR", BYTE_TKN
|
||||
byte = "BYTE", BYTE_TKN
|
||||
|
Loading…
x
Reference in New Issue
Block a user