Commit 5e32a5cf by Gabriel Dos Reis Committed by Gabriel Dos Reis

* decl.c (grokdeclarator): Update documentation.

From-SVN: r121561
parent f14d05ae
2007-02-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
* decl.c (grokdeclarator): Update documentation.
2007-02-02 Jakub Jelinek <jakub@redhat.com> 2007-02-02 Jakub Jelinek <jakub@redhat.com>
PR c++/30536 PR c++/30536
......
...@@ -6873,8 +6873,8 @@ check_var_type (tree identifier, tree type) ...@@ -6873,8 +6873,8 @@ check_var_type (tree identifier, tree type)
the name and type of the object declared and construct a DECL node the name and type of the object declared and construct a DECL node
for it. for it.
DECLSPECS is a chain of tree_list nodes whose value fields DECLSPECS points to the representation of declaration-specifier
are the storage classes and type specifiers. sequence that precedes declarator.
DECL_CONTEXT says which syntactic context this declaration is in: DECL_CONTEXT says which syntactic context this declaration is in:
NORMAL for most contexts. Make a VAR_DECL or FUNCTION_DECL or TYPE_DECL. NORMAL for most contexts. Make a VAR_DECL or FUNCTION_DECL or TYPE_DECL.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment