* c-typeck.c (initializer_constant_valid_p): Make non-static.
From-SVN: r6433
This commit is contained in:
parent
5124001030
commit
ca1f6b57bb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user