X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.h;h=251a503f424036a705edf559b3ecd9302b85d56b;hp=16cd8cb45c561561154c8fc5cfc34e69f2dfefd8;hb=HEAD;hpb=1df6df8dae6679e81b24a547bfc491474117391c 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' // >=