X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=token.h;fp=token.h;h=31541189a1d3a8b7c8fa3c4fb6fa2b0f08ce1279;hb=09135712da4550a1d5d014051e8ef3cc6dd47d99;hp=16cd8cb45c561561154c8fc5cfc34e69f2dfefd8;hpb=d21544da607af148b96a9d926d4564800892aa4e;p=rmac diff --git a/token.h b/token.h index 16cd8cb..3154118 100644 --- a/token.h +++ b/token.h @@ -45,7 +45,7 @@ #define DEQUALS 'g' // == #define SET 0x95 // Set #define REG 'R' // Reg -#define EQUREG 0x94 // equreg +#define EQUREG 'U' // equreg (must be synchronised with the equate in kw.tab) #define CCDEF 0xB7 // ccdef #define DCOLON 'h' // :: #define GE 'i' // >=