Added .WARNING

git-svn-id: svn://svn.cc65.org/cc65/trunk@204 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-07-27 18:47:57 +00:00
parent 8972f1db97
commit 3c5ae1b3c4
5 changed files with 19 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ enum Token {
TOK_RBRACK, /* ] */
TOK_MACPARAM, /* Macro parameter, not generated by scanner */
TOK_REPCOUNTER, /* Repeat counter, not generated by scanner */
/* The next ones are tokens for the pseudo instructions. Keep together! */
TOK_FIRSTPSEUDO,
@@ -193,6 +194,7 @@ enum Token {
TOK_STRLEN,
TOK_SUNPLUS,
TOK_TCOUNT,
TOK_WARNING,
TOK_WORD,
TOK_XMATCH,
TOK_ZEROPAGE,