New condes type interruptor
git-svn-id: svn://svn.cc65.org/cc65/trunk@3187 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user