aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-08-14 08:34:32 +0000
committerRichard Stallman <rms@gnu.org>1992-08-14 08:34:32 +0000
commit70038ec98115b28d2808d3ce4fdc743b3a110fac (patch)
tree222860078ecaf7d77605767b7979d6ce2f4c85ee /gcc
parentea80ee442747baf781c3233d15b150f4cd9e29db (diff)
downloadgcc-70038ec98115b28d2808d3ce4fdc743b3a110fac.zip
gcc-70038ec98115b28d2808d3ce4fdc743b3a110fac.tar.gz
gcc-70038ec98115b28d2808d3ce4fdc743b3a110fac.tar.bz2
Fix typo in previous change.
From-SVN: r1823
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 877754d..1e877de 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;