Commit 3041390d by Ziemowit Laski Committed by Ziemowit Laski

c-decl.c (store_parm_decls_newstyle): Make externally visible.

[gcc/ChangeLog]
2004-09-02  Ziemowit Laski  <zlaski@apple.com>

        * c-decl.c (store_parm_decls_newstyle): Make externally visible.
        * c-tree.h (store_parm_decls_newstyle): New prototype.

From-SVN: r86998
parent 5514620a
2004-09-02 Ziemowit Laski <zlaski@apple.com>
* c-decl.c (store_parm_decls_newstyle): Make externally visible.
* c-tree.h (store_parm_decls_newstyle): New prototype.
2004-09-02 Geoffrey Keating <geoffk@apple.com> 2004-09-02 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/rs6000.c (expand_block_clear): Use vector * config/rs6000/rs6000.c (expand_block_clear): Use vector
......
...@@ -6158,7 +6158,7 @@ start_function (tree declspecs, tree declarator, tree attributes) ...@@ -6158,7 +6158,7 @@ start_function (tree declspecs, tree declarator, tree attributes)
definitions (prototype format). The parms already have decls, so we definitions (prototype format). The parms already have decls, so we
need only record them as in effect and complain if any redundant need only record them as in effect and complain if any redundant
old-style parm decls were written. */ old-style parm decls were written. */
static void void
store_parm_decls_newstyle (tree fndecl, tree arg_info) store_parm_decls_newstyle (tree fndecl, tree arg_info)
{ {
tree decl; tree decl;
......
...@@ -200,6 +200,7 @@ extern tree start_enum (tree); ...@@ -200,6 +200,7 @@ extern tree start_enum (tree);
extern int start_function (tree, tree, tree); extern int start_function (tree, tree, tree);
extern tree start_decl (tree, tree, bool, tree); extern tree start_decl (tree, tree, bool, tree);
extern tree start_struct (enum tree_code, tree); extern tree start_struct (enum tree_code, tree);
extern void store_parm_decls_newstyle (tree, tree);
extern void store_parm_decls (void); extern void store_parm_decls (void);
extern tree xref_tag (enum tree_code, tree); extern tree xref_tag (enum tree_code, tree);
extern int c_expand_decl (tree); extern int c_expand_decl (tree);
......
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