Commit b39a6d43 by Richard Stallman

Fix typo in last change.

From-SVN: r1880
parent 2726966d
......@@ -4605,7 +4605,7 @@ digest_init (type, init, tail, require_constant, constructor_constant, ofwhat)
if (inside_init && TREE_TYPE (inside_init) != 0
&& ((TYPE_MAIN_VARIANT (TREE_TYPE (inside_init))
== TYPE_MAIN_VARIANT (type)))
== TYPE_MAIN_VARIANT (type))
|| (code == ARRAY_TYPE
&& comptypes (TREE_TYPE (inside_init), type))
|| (code == POINTER_TYPE
......
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