aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-09-17 22:31:26 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-09-17 22:31:26 +0000
commitcdba64071cada4caf017884bc3ca7eba76c05e18 (patch)
treee9bbc739d9ad215c67355ae9b0a1a298016a17b9 /usr.bin/make/parse.c
parentc1a2075e9378925465c85d5b91c9cb00f39fadab (diff)
Notes
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 d848c62803bc9..8a8b91ae85631 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;