Commit 5f04ff80 by Alan Modra Committed by Alan Modra

c-decl.c (grokdeclarator): Comment typo.

	* c-decl.c (grokdeclarator): Comment typo.

From-SVN: r135016
parent 4db6bc0f
2008-05-07 Alan Modra <amodra@bigpond.net.au>
* c-decl.c (grokdeclarator): Comment typo.
2008-05-06 Aldy Hernandez <aldyh@redhat.com> 2008-05-06 Aldy Hernandez <aldyh@redhat.com>
* tree-flow.h: Remove prototype for computed_goto_p. * tree-flow.h: Remove prototype for computed_goto_p.
......
...@@ -4068,7 +4068,7 @@ grokdeclarator (const struct c_declarator *declarator, ...@@ -4068,7 +4068,7 @@ grokdeclarator (const struct c_declarator *declarator,
declaration contains the `const'. A third possibility is that declaration contains the `const'. A third possibility is that
there is a type qualifier on the element type of a typedefed there is a type qualifier on the element type of a typedefed
array type, in which case we should extract that qualifier so array type, in which case we should extract that qualifier so
that c_apply_type_quals_to_decls receives the full list of that c_apply_type_quals_to_decl receives the full list of
qualifiers to work with (C90 is not entirely clear about whether qualifiers to work with (C90 is not entirely clear about whether
duplicate qualifiers should be diagnosed in this case, but it duplicate qualifiers should be diagnosed in this case, but it
seems most appropriate to do so). */ seems most appropriate to do so). */
......
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