Commit d78778eb by Jeffrey A Law Committed by Jeff Law

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
parent 8ba0f41e
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment