expr.h (insn_gen_function): Temporarily remove prototype.
authorJeffrey A Law <law@cygnus.com>
Mon, 25 Aug 1997 07:48:35 +0000 (07:48 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 25 Aug 1997 07:48:35 +0000 (01:48 -0600)
        * expr.h (insn_gen_function): Temporarily remove prototype.
This one has to wait until more prototyped stuff is done.

From-SVN: r14914

gcc/ChangeLog
gcc/expr.h

index d9b77b0631275f6cf97aa87a4d1d532bf2a13840..b2cf836316cde8d7ec732ecb96a5ae896a75c82d 100644 (file)
@@ -1,3 +1,7 @@
+Mon Aug 25 01:47:41 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * expr.h (insn_gen_function): Temporarily remove prototype.
+
 Sun Aug 24 17:22:21 1997  Jim Wilson  <wilson@cygnus.com>
 
        * Makefile.in (install-info): Don't cd into srcdir.  Add srcdir to
index fa7b7edd81c6e29e7e3f2ac38ad1098fbe8e440f..624b965245acc2fb68a87067caf58e98a72b67cb 100644 (file)
@@ -315,7 +315,7 @@ typedef struct optab
 #define GEN_FCN(CODE) (*insn_gen_function[(int) (CODE)])
 #endif
 
-extern rtx (*const insn_gen_function[]) PROTO ((rtx, ...));
+extern rtx (*const insn_gen_function[]) ();
 
 extern optab add_optab;
 extern optab sub_optab;