* c-typeck.c (initializer_constant_valid_p): Make non-static.

From-SVN: r6433
This commit is contained in:
Per Bothner 1994-01-26 15:24:12 -08:00
parent 5124001030
commit ca1f6b57bb

View File

@ -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;