Moved verbose output to a shared module in the common/ directory.
git-svn-id: svn://svn.cc65.org/cc65/trunk@619 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
/* common */
|
||||
#include "check.h"
|
||||
#include "bitops.h"
|
||||
#include "print.h"
|
||||
#include "xmalloc.h"
|
||||
|
||||
/* ld65 */
|
||||
@@ -1405,9 +1406,7 @@ void CfgWriteTarget (void)
|
||||
MemListNode* N;
|
||||
|
||||
/* Debugging */
|
||||
if (Verbose > 1) {
|
||||
printf ("Skipping `%s'...\n", M->Name);
|
||||
}
|
||||
Print (stdout, 2, "Skipping `%s'...\n", M->Name);
|
||||
|
||||
/* Walk throught the segments */
|
||||
N = M->SegList;
|
||||
|
||||
Reference in New Issue
Block a user