Fix typo in previous change.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Aug 1992 08:34:32 +0000 (08:34 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Aug 1992 08:34:32 +0000 (08:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1823 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-decl.c

index 877754d..1e877de 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;