aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@codesourcery.com>2010-08-08 17:44:53 +0000
committerNathan Froyd <froydnj@gcc.gnu.org>2010-08-08 17:44:53 +0000
commitb3399d18c204d59f95146f44074c4f1639dad479 (patch)
tree86621b607f8bb644e7ccb61ff809d59519a940b2 /gcc/c-tree.h
parente60bf9d4f97a321bd1147853ab143fd93d12401c (diff)
downloadgcc-b3399d18c204d59f95146f44074c4f1639dad479.zip
gcc-b3399d18c204d59f95146f44074c4f1639dad479.tar.gz
gcc-b3399d18c204d59f95146f44074c4f1639dad479.tar.bz2
c-tree.h (build_arg_info): Declare.
* c-tree.h (build_arg_info): Declare. * c-decl.c (build_arg_info): Define. (get_parm_info): Call it. Delete initialization code. * c-parser.c (c_parser_parms_declarator): Likewise. (c_parser_parms_list_declaractor): Likewise. From-SVN: r163014
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 745dd05..a04d45c 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -444,6 +444,7 @@ extern tree finish_enum (tree, tree, tree);
extern void finish_function (void);
extern tree finish_struct (location_t, tree, tree, tree,
struct c_struct_parse_info *);
+extern struct c_arg_info *build_arg_info (void);
extern struct c_arg_info *get_parm_info (bool);
extern tree grokfield (location_t, struct c_declarator *,
struct c_declspecs *, tree, tree *);