mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 18:55:57 +08:00
Add missing declarations
From-SVN: r29362
This commit is contained in:
parent
eceef4c97d
commit
01cfef6b10
@ -1,5 +1,8 @@
|
||||
Sun Sep 12 15:53:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
|
||||
|
||||
* tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
|
||||
Declare.
|
||||
|
||||
* reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
|
||||
reload_reg_class, reload_inmode, reload_outmode, reload_optional,
|
||||
reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
|
||||
|
@ -2294,6 +2294,8 @@ extern void start_identifier_warnings PROTO ((void));
|
||||
extern void gcc_obstack_init PROTO ((struct obstack *));
|
||||
extern void init_obstacks PROTO ((void));
|
||||
extern void obfree PROTO ((char *));
|
||||
extern void build_common_tree_nodes PROTO ((int));
|
||||
extern void build_common_tree_nodes_2 PROTO ((int));
|
||||
|
||||
/* In function.c */
|
||||
extern void setjmp_protect_args PROTO ((void));
|
||||
|
Loading…
Reference in New Issue
Block a user