diff options
author | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 04:45:47 +0000 |
---|---|---|
committer | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 04:45:47 +0000 |
commit | 9cdfa0b0980028dd8186af48caddb0c95c61f691 (patch) | |
tree | fba62defa4e2c3f425aeae2342dd8a0c66a45f50 /gcc/tree.h | |
parent | 78102470bacbe39c76a17198079ff5dd200d6548 (diff) | |
download | gcc-9cdfa0b0980028dd8186af48caddb0c95c61f691.tar.gz |
Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>
* toplev.h: New file. Protypes for functions in toplev.c.
* tree.h, rtl.h: Deleted protos for functions in toplev.c.
* c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c,
c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c,
convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c,
function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c,
reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c,
varasm.c: include it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19563 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index e33f0203142..3900056b092 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -2106,34 +2106,6 @@ extern void make_decl_rtl PROTO ((tree, char *, int)); extern void make_decl_one_only PROTO ((tree)); extern void variable_section PROTO ((tree, int)); -/* toplev.c */ -extern void print_time PROTO ((char *, int)); -extern int get_run_time PROTO ((void)); -extern void debug_start_source_file PROTO ((char *)); -extern void debug_end_source_file PROTO ((unsigned)); -extern void debug_define PROTO ((unsigned, char *)); -extern void debug_undef PROTO ((unsigned, char *)); -extern void rest_of_decl_compilation PROTO ((tree, char *, int, int)); -extern void rest_of_type_compilation PROTO ((tree, int)); -extern void rest_of_compilation PROTO ((tree)); -extern void fatal PVPROTO ((char *, ...)); -extern void fatal_io_error PROTO ((char *)); -#if 0 -extern void warning PVPROTO ((char *, ...)); -extern void error PVPROTO ((char *, ...)); -#endif -extern void pedwarn PVPROTO ((char *, ...)); -extern void pedwarn_with_decl PVPROTO ((tree, char *, ...)); -extern void pedwarn_with_file_and_line PVPROTO ((char *, int, char *, ...)); -extern void warning_with_file_and_line PVPROTO ((char *, int, char *, ...)); -extern void warning_with_decl PVPROTO ((tree, char *, ...)); -extern void error_with_decl PVPROTO ((tree, char *, ...)); -extern void error_with_file_and_line PVPROTO ((char *, int, char *, ...)); -extern void sorry PVPROTO ((char *s, ...)); -extern void default_print_error_function PROTO ((char *)); -extern void report_error_function PROTO ((char *)); -extern void announce_function PROTO ((tree)); - /* In fold-const.c */ extern int div_and_round_double PROTO ((enum tree_code, int, HOST_WIDE_INT, HOST_WIDE_INT, |