Added debugging output
git-svn-id: svn://svn.cc65.org/cc65/trunk@2189 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
/* common */
|
/* common */
|
||||||
#include "check.h"
|
#include "check.h"
|
||||||
#include "coll.h"
|
#include "coll.h"
|
||||||
|
#include "print.h"
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
|
|
||||||
/* cc65 */
|
/* cc65 */
|
||||||
@@ -259,6 +260,9 @@ void OpenIncludeFile (const char* Name, unsigned DirSpec)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Debugging output */
|
||||||
|
Print (stdout, 1, "Opened include file `%s'\n", IF->Name);
|
||||||
|
|
||||||
/* Allocate a new AFile structure */
|
/* Allocate a new AFile structure */
|
||||||
(void) NewAFile (IF, F);
|
(void) NewAFile (IF, F);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user