From 1e80963d6176df27cd61f268ec14392cda8a309a Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 18 Feb 2009 15:59:38 -0500 Subject: [PATCH] fix typo From-SVN: r144269 --- gcc/doc/c-tree.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index 6eef7d12ef35..428f9fbcba46 100644 --- a/gcc/doc/c-tree.texi +++ b/gcc/doc/c-tree.texi @@ -1298,7 +1298,7 @@ tree structure; back ends must look at the @code{DECL_CONTEXT} for the referenced @code{VAR_DECL}. If the @code{DECL_CONTEXT} for the referenced @code{VAR_DECL} is not the same as the function currently being processed, and neither @code{DECL_EXTERNAL} nor -@code{DECL_STATIC} hold, then the reference is to a local variable in +@code{TREE_STATIC} hold, then the reference is to a local variable in a containing function, and the back end must take appropriate action. @menu -- 2.47.2