New condes type interruptor

git-svn-id: svn://svn.cc65.org/cc65/trunk@3187 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-09-20 10:15:01 +00:00
parent cda34183c7
commit 777dcff9bf
4 changed files with 33 additions and 9 deletions

View File

@@ -200,6 +200,7 @@ struct DotKeyword {
{ ".IMPORTZP", TOK_IMPORTZP },
{ ".INCBIN", TOK_INCBIN },
{ ".INCLUDE", TOK_INCLUDE },
{ ".INTERRUPTOR", TOK_INTERRUPTOR },
{ ".LEFT", TOK_LEFT },
{ ".LINECONT", TOK_LINECONT },
{ ".LIST", TOK_LIST },
@@ -480,7 +481,7 @@ static void NextChar (void)
/* For better handling of files with unusual line endings (DOS
* files that are accidently translated on Unix for example),
* first remove all whitespace at the end, then add a single
* first remove all whitespace at the end, then add a single
* newline.
*/
Len = strlen (IFile->Line);