]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* decl.c (grokdeclarator): Update documentation.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Sun, 4 Feb 2007 00:37:32 +0000 (00:37 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 4 Feb 2007 00:37:32 +0000 (00:37 +0000)
From-SVN: r121561

gcc/cp/ChangeLog
gcc/cp/decl.c

index 47ac05fe867069b1a902d59af56d09b57b753b89..661f89d779377c263d6c8a52fe37d62ec95a4f4b 100644 (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
index a98d902da93bb7db07567ec1af2a08ff33e4180a..663bc5ac12f88bc2261f9d09b38d587cb7c9dc4d 100644 (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.