From 3296fa1dffab05e5044b5b7e9b76eaf9f4ef6f2b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 9 Jul 1993 01:22:33 +0000 Subject: Formerly rule.c.~15~ --- rule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rule.c b/rule.c index ea3031a..027aa29 100644 --- a/rule.c +++ b/rule.c @@ -183,7 +183,7 @@ convert_suffix_rule (target, source, cmds) } names = (char **) xmalloc (2 * sizeof (char *)); - percents = (char **) xmalloc (2 * sizeof (char *)); + percents = (char **) alloca (2 * sizeof (char *)); names[0] = percents[0] = targname; names[1] = percents[1] = 0; -- cgit v1.2.3