diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-01-18 08:58:16 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-01-18 08:58:16 +0000 |
commit | 08c259de900203c9ead1653d3a4a050d1dc5eca3 (patch) | |
tree | 97e4e2d868cb157c7e16d4164a964dd74f4c6b2d /gcc | |
parent | 87e11268b6574b6002b6a8b9ba28531e4173273e (diff) | |
download | gcc-08c259de900203c9ead1653d3a4a050d1dc5eca3.zip gcc-08c259de900203c9ead1653d3a4a050d1dc5eca3.tar.gz gcc-08c259de900203c9ead1653d3a4a050d1dc5eca3.tar.bz2 |
ch-tree.h: Remove conflicting prototypes for pedwarn, warning_with_decl, and make_dcl_rtl.
* ch-tree.h: Remove conflicting prototypes for pedwarn,
warning_with_decl, and make_dcl_rtl.
From-SVN: r24744
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ch/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ch/ch-tree.h | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 5d4a726..b765a68 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,8 @@ +Mon Jan 18 11:55:06 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * ch-tree.h: Remove conflicting prototypes for pedwarn, + warning_with_decl, and make_dcl_rtl. + Sun Jan 17 21:53:23 1999 Jeffrey A Law (law@cygnus.com) * Makefile.in: Do not put ^Ls at the start of a line. diff --git a/gcc/ch/ch-tree.h b/gcc/ch/ch-tree.h index 43aad42..96343cc 100644 --- a/gcc/ch/ch-tree.h +++ b/gcc/ch/ch-tree.h @@ -1148,12 +1148,9 @@ extern void remember_end_note PROTO((tree)); /* in toplev.c */ extern void announce_function PROTO((tree)); extern int floor_log2_wide PROTO((unsigned HOST_WIDE_INT)); -extern void pedwarn PROTO((char *, ...)); extern void rest_of_compilation PROTO((tree)); -extern void warning_with_decl PROTO((tree, char*, ...)); /* in varasm.c */ -extern void make_decl_rtl PROTO((tree, char *, int)); extern void make_function_rtl PROTO((tree)); /* in ???? */ |