X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.h;h=f5d3e7456855b1c16a5bbbbfa597288156a2fb82;hp=5c562043ad10412e0911a32444c92c3a0f9e4497;hb=a3feec3b2d24d0f4685549a5059a210e074c2b99;hpb=005275defacb4b5d2f511bf7357ac7720f807761 diff --git a/rmac.h b/rmac.h index 5c56204..f5d3e74 100644 --- a/rmac.h +++ b/rmac.h @@ -168,6 +168,7 @@ #define CONST 'a' // CONST #define ACONST 'A' // ACONST #define STRING 'b' // STRING
+#define STRINGA8 'S' // Atari 800 internal STRING
#define SYMBOL 'c' // SYMBOL
#define EOL 'e' // End of line #define TKEOF 'f' // End of file (or macro)