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;