]> 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 a95edfb5257c155be87a89ae2b11d7316695e3d5..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,