Added assertions
git-svn-id: svn://svn.cc65.org/cc65/trunk@2202 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -115,6 +115,7 @@ enum Token {
|
||||
TOK_ADDR,
|
||||
TOK_ALIGN,
|
||||
TOK_ASCIIZ,
|
||||
TOK_ASSERT,
|
||||
TOK_AUTOIMPORT,
|
||||
TOK_BLANK,
|
||||
TOK_BSS,
|
||||
@@ -235,7 +236,7 @@ extern int ForcedEnd; /* Force end of assembly */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
void NewInputFile (const char* Name);
|
||||
/* Open a new input file */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user