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:
@@ -74,8 +74,11 @@ int MacPackFind (const StrBuf* Name);
|
||||
* -1 if the package name was not found.
|
||||
*/
|
||||
|
||||
void MacPackInsert (int Id);
|
||||
/* Insert the macro package with the given id in the input stream */
|
||||
int MacPackInsert (int Id);
|
||||
/* Insert the macro package with the given id in the input stream. Returns
|
||||
* true if the macro package was found and successfully inserted. Returns
|
||||
* false otherwise.
|
||||
*/
|
||||
|
||||
void MacPackSetDir (const StrBuf* Dir);
|
||||
/* Set a directory where files for macro packages can be found. Standard is
|
||||
|
||||
Reference in New Issue
Block a user