From d78778ebf903a8b405a54d863af499626cb76b11 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Mon, 25 Aug 1997 07:48:35 +0000 Subject: [PATCH] expr.h (insn_gen_function): Temporarily remove prototype. * expr.h (insn_gen_function): Temporarily remove prototype. This one has to wait until more prototyped stuff is done. From-SVN: r14914 --- gcc/ChangeLog | 4 ++++ gcc/expr.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d9b77b06312..b2cf836316c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * Makefile.in (install-info): Don't cd into srcdir. Add srcdir to diff --git a/gcc/expr.h b/gcc/expr.h index fa7b7edd81c..624b965245a 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -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; -- 2.30.2