Commit ca1f6b57 by Per Bothner

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

From-SVN: r6433
parent 51240010
...@@ -4032,7 +4032,7 @@ warn_for_assignment (msg, opname, function, argnum) ...@@ -4032,7 +4032,7 @@ warn_for_assignment (msg, opname, function, argnum)
therefore, we do not need to check for such things as therefore, we do not need to check for such things as
arithmetic-combinations of integers. */ arithmetic-combinations of integers. */
static tree tree
initializer_constant_valid_p (value, endtype) initializer_constant_valid_p (value, endtype)
tree value; tree value;
tree endtype; tree endtype;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment