summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r--usr.bin/make/parse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index d848c62..8a8b91a 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -1813,8 +1813,7 @@ Parse_FromString(str)
{
IFile *oldFile; /* state associated with this file */
- if (DEBUG(FOR))
- (void) fprintf(stderr, "%s\n----\n", str);
+ DEBUGF(FOR, "%s\n----\n", str);
oldFile = (IFile *) emalloc (sizeof (IFile));
oldFile->lineno = lineno;
OpenPOWER on IntegriCloud