Fix typo in previous change.
authorRichard Stallman <rms@gnu.org>
Fri, 14 Aug 1992 08:34:32 +0000 (08:34 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 14 Aug 1992 08:34:32 +0000 (08:34 +0000)
From-SVN: r1823

gcc/c-decl.c

index 877754d81ecb38adbb97aa807145eb3381bb6fa6..1e877de6dd3f32a6fc8006d7df5c09b880e71c83 100644 (file)
@@ -3154,7 +3154,7 @@ finish_decl (decl, init, asmspec_tree)
              :
                /* An automatic variable with an incomplete type
                   is an error.  */
-               !TREE_EXTERNAL (decl)))
+               !DECL_EXTERNAL (decl)))
        {
          error_with_decl (decl, "storage size of `%s' isn't known");
          TREE_TYPE (decl) = error_mark_node;