]> git.sur5r.net Git - cc65/blobdiff - src/ca65/token.h
Finished implemenation of commands to delete macros. Added the new commands to
[cc65] / src / ca65 / token.h
index cbff651d891d3ec30be3f9741b593e44465fe512..ad22b885cd6fea9dc98e6735814dea6be79320c7 100644 (file)
@@ -147,6 +147,7 @@ typedef enum token_t {
     TOK_DEBUGINFO,
     TOK_DEFINE,
     TOK_DEFINED,
+    TOK_DELMAC,
     TOK_DESTRUCTOR,
     TOK_DWORD,
     TOK_ELSE,
@@ -247,6 +248,7 @@ typedef enum token_t {
     TOK_TAG,
     TOK_TCOUNT,
     TOK_TIME,
+    TOK_UNDEF,
     TOK_UNION,
     TOK_VERSION,
     TOK_WARNING,