]> Shamusworld >> Repos - rmac/blobdiff - token.h
Much better implementation for A8 strings - introduced a new token called STRINGA8...
[rmac] / token.h
diff --git a/token.h b/token.h
index f5910d3279726d13b42dd56a51adb9c1c21dfbfc..91230e5f0182ff86ec789ac81de9ba3dccc83e3d 100644 (file)
--- a/token.h
+++ b/token.h
 #define MULTX           64                                     // Multiple-character tokens
 #define DOT             128                                    // [bwlsBWSL] for what follows a `.'
 
-// "special" string types
-#define NORMAL          0                   // Standard for PC/ST/whatever
-#define A8INT           1                   // Atari 800 ATASCII translation
-#define PETSCII         2                   // lol
-#define ORICSCII        3                   // lolol
-
 // Conditional assembly structures
 IFENT {
        IFENT * if_prev;                // Ptr prev .if state block (or NULL)