From a6a9ebb54f67cb13a07dd3b815c258ae8c35b3ac Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 5 Mar 1999 07:13:12 +0000 Subject: * Define and use xstrdup() instead of strdup(). --- rule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rule.c') diff --git a/rule.c b/rule.c index b2b14a1..2099e3c 100644 --- a/rule.c +++ b/rule.c @@ -669,7 +669,7 @@ print_rule_data_base () /* This can happen if a fatal error was detected while reading the makefiles and thus count_implicit_rule_limits wasn't called yet. */ if (num_pattern_rules != 0) - fatal ("BUG: num_pattern_rules wrong! %u != %u", + fatal (NILF, "BUG: num_pattern_rules wrong! %u != %u", num_pattern_rules, rules); } -- cgit v1.2.3