Commit 770e5a2e by Dodji Seketeli Committed by Dodji Seketeli

Remove parm name from declaration

gcc/c-family

	* c-common.h (set_underlying_type): Remove parm name from
	declaration.

From-SVN: r176762
parent cc2ba8e3
2011-07-25 Dodji Seketeli <dodji@redhat.com>
* c-common.h (set_underlying_type): Remove parm name from
declaration.
2011-07-25 Romain Geissler <romain.geissler@gmail.com>
* c-pretty-print.h: Search c-common.h in c-family.
......
......@@ -985,7 +985,7 @@ extern void warn_for_sign_compare (location_t,
enum tree_code resultcode);
extern void do_warn_double_promotion (tree, tree, tree, const char *,
location_t);
extern void set_underlying_type (tree x);
extern void set_underlying_type (tree);
extern VEC(tree,gc) *make_tree_vector (void);
extern void release_tree_vector (VEC(tree,gc) *);
extern VEC(tree,gc) *make_tree_vector_single (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