Fix ccdef

ccdef was broken by the following commit:

  commit 7d748dc6e2
  Author: ggn <ggn@atari.org>
  Date:   Thu Mar 24 13:28:09 2022 +0200

      Fix for #159: Split register sets according to architecture into
      different tables so they don't clash with label/symbol names.
      Modified tokeniser to use different tables when scanning for
      registers

This change fixes it by moving the ccdef and .ccdef
tokens from the unary table to the keyword table.
This commit is contained in:
James Jones 2022-08-14 22:54:18 -07:00 committed by Shamus Hammons
parent b2ad602f5c
commit 5bcbdf7308
2 changed files with 2 additions and 2 deletions

2
kw.tab
View File

@ -4,6 +4,8 @@ equ 61
reg 82
.equr 85
equr 85
.ccdef 183
ccdef 183
.regequ 85
regequ 85
.equrundef 50

View File

@ -1,5 +1,3 @@
.ccdef 183
ccdef 183
defined 112
referenced 113