From 9a5bf76b7109ec4bbfa11876e5b9679c612cbf1e Mon Sep 17 00:00:00 2001 From: Ian Flanigan Date: Sun, 25 Nov 2018 17:46:26 +0100 Subject: [PATCH] Remove duplicate token declaration from plasm.pla Before this change, there were two declarations for the 'res' token. Now there is only one. --- src/toolsrc/plasm.pla | 1 - 1 file changed, 1 deletion(-) diff --git a/src/toolsrc/plasm.pla b/src/toolsrc/plasm.pla index 82f9e7a..c6ab52c 100755 --- a/src/toolsrc/plasm.pla +++ b/src/toolsrc/plasm.pla @@ -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