summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/cond.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/cond.c')
-rw-r--r--usr.bin/make/cond.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c
index cfdde15..dcf7b55 100644
--- a/usr.bin/make/cond.c
+++ b/usr.bin/make/cond.c
@@ -657,8 +657,8 @@ do_string_compare:
string = (char *)Buf_GetAll(buf, (int *)0);
Buf_Destroy(buf, FALSE);
- DEBUGF(COND, "lhs = \"%s\", rhs = \"%s\", op = %.2s\n",
- lhs, string, op);
+ DEBUGF(COND, ("lhs = \"%s\", rhs = \"%s\", op = %.2s\n",
+ lhs, string, op));
/*
* Null-terminate rhs and perform the comparison.
* t is set to the result.
@@ -718,8 +718,8 @@ do_string_compare:
}
}
- DEBUGF(COND, "left = %f, right = %f, op = %.2s\n", left,
- right, op);
+ DEBUGF(COND, ("left = %f, right = %f, op = %.2s\n", left,
+ right, op));
switch(op[0]) {
case '!':
if (op[1] != '=') {
OpenPOWER on IntegriCloud