From ca1f6b57bb27559aebdc190df45e3aba3dabda39 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Wed, 26 Jan 1994 15:24:12 -0800 Subject: [PATCH] * c-typeck.c (initializer_constant_valid_p): Make non-static. From-SVN: r6433 --- gcc/c-typeck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 990c56f356a..2fa53d2a953 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -4032,7 +4032,7 @@ warn_for_assignment (msg, opname, function, argnum) therefore, we do not need to check for such things as arithmetic-combinations of integers. */ -static tree +tree initializer_constant_valid_p (value, endtype) tree value; tree endtype; -- 2.30.2