From: Richard Stallman Date: Fri, 14 Aug 1992 08:34:32 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70038ec98115b28d2808d3ce4fdc743b3a110fac;p=gcc.git Fix typo in previous change. From-SVN: r1823 --- diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 877754d81ec..1e877de6dd3 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -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;