ch-tree.h: Remove conflicting prototypes for pedwarn, warning_with_decl, and make_dcl...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 18 Jan 1999 08:58:16 +0000 (08:58 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 18 Jan 1999 08:58:16 +0000 (08:58 +0000)
        * ch-tree.h: Remove conflicting prototypes for pedwarn,
        warning_with_decl, and make_dcl_rtl.

From-SVN: r24744

gcc/ch/ChangeLog
gcc/ch/ch-tree.h

index 5d4a726b9ac5eec63adc71cd654b789f1ea3638d..b765a6842c18e9b7c728dc02773f51605074dadd 100644 (file)
@@ -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.
index 43aad423eb14adb8ab6d8d6f5b243b87fa31fe7b..96343cc8aca9b61dc15781e8bc4dfacc8e556b9a 100644 (file)
@@ -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 ???? */