* decl.c (grokdeclarator): Update documentation.

From-SVN: r121561
This commit is contained in:
Gabriel Dos Reis 2007-02-04 00:37:32 +00:00 committed by Gabriel Dos Reis
parent f14d05aeda
commit 5e32a5cf7f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-02-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
* decl.c (grokdeclarator): Update documentation.
2007-02-02 Jakub Jelinek <jakub@redhat.com>
PR c++/30536

View File

@ -6873,8 +6873,8 @@ check_var_type (tree identifier, tree type)
the name and type of the object declared and construct a DECL node
for it.
DECLSPECS is a chain of tree_list nodes whose value fields
are the storage classes and type specifiers.
DECLSPECS points to the representation of declaration-specifier
sequence that precedes declarator.
DECL_CONTEXT says which syntactic context this declaration is in:
NORMAL for most contexts. Make a VAR_DECL or FUNCTION_DECL or TYPE_DECL.