X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.h;h=cedaa037d8ce6752fd7d80133a33fac34a5cf5e6;hp=cbacccf3a1ae45460e7b2ff283994085f9d4e96c;hb=582df8950c285e1746d0c4a9e3ead6545c962dc8;hpb=cfd001aea60f54e49d9beae0f941c513f45c202b diff --git a/token.h b/token.h index cbacccf..cedaa03 100644 --- a/token.h +++ b/token.h @@ -34,6 +34,7 @@ // (Normally) non-printable tokens #define COLON ':' // : (grumble: GNUmacs hates ':') #define CONST 'a' // CONST +#define FCONST 'r' // Floating CONST #define ACONST 'A' // ACONST #define STRING 'b' // STRING
#define STRINGA8 'S' // Atari 800 internal STRING