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
This commit is contained in:
Jeffrey A Law 1997-08-25 07:48:35 +00:00 committed by Jeff Law
parent 8ba0f41e9b
commit d78778ebf9
2 changed files with 5 additions and 1 deletions

View 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

View 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;