OSDN Git Service

* expr.h (insn_gen_function): Temporarily remove prototype.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Aug 1997 07:48:35 +0000 (07:48 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Aug 1997 07:48:35 +0000 (07:48 +0000)
This one has to wait until more prototyped stuff is done.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14914 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/expr.h

index d9b77b0..b2cf836 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 fa7b7ed..624b965 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;