Commit 70038ec9 by Richard Stallman

Fix typo in previous change.

From-SVN: r1823
parent ea80ee44
...@@ -3154,7 +3154,7 @@ finish_decl (decl, init, asmspec_tree) ...@@ -3154,7 +3154,7 @@ finish_decl (decl, init, asmspec_tree)
: :
/* An automatic variable with an incomplete type /* An automatic variable with an incomplete type
is an error. */ is an error. */
!TREE_EXTERNAL (decl))) !DECL_EXTERNAL (decl)))
{ {
error_with_decl (decl, "storage size of `%s' isn't known"); error_with_decl (decl, "storage size of `%s' isn't known");
TREE_TYPE (decl) = error_mark_node; TREE_TYPE (decl) = error_mark_node;
......
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