Avoid spurious subsequent errors if an include file wasn't found.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3908 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -78,8 +78,10 @@ int IsIdChar (int C);
|
||||
int IsIdStart (int C);
|
||||
/* Return true if the character may start an identifier */
|
||||
|
||||
void NewInputFile (const char* Name);
|
||||
/* Open a new input file */
|
||||
int NewInputFile (const char* Name);
|
||||
/* Open a new input file. Returns true if the file could be successfully opened
|
||||
* and false otherwise.
|
||||
*/
|
||||
|
||||
void NewInputData (char* Text, int Malloced);
|
||||
/* Add a chunk of input data to the input stream */
|
||||
|
||||
Reference in New Issue
Block a user